--- embedaddon/php/ext/posix/posix.c 2012/02/21 23:48:00 1.1 +++ embedaddon/php/ext/posix/posix.c 2012/02/21 23:48:00 1.1.1.1 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: posix.c,v 1.1 2012/02/21 23:48:00 misho Exp $ */ +/* $Id: posix.c,v 1.1.1.1 2012/02/21 23:48:00 misho Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -310,7 +310,7 @@ const zend_function_entry posix_functions[] = { static PHP_MINFO_FUNCTION(posix) { php_info_print_table_start(); - php_info_print_table_row(2, "Revision", "$Revision: 1.1 $"); + php_info_print_table_row(2, "Revision", "$Revision: 1.1.1.1 $"); php_info_print_table_end(); } /* }}} */