--- embedaddon/php/ext/filter/filter.c 2012/02/21 23:47:56 1.1 +++ embedaddon/php/ext/filter/filter.c 2012/02/21 23:47:56 1.1.1.1 @@ -19,7 +19,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: filter.c,v 1.1 2012/02/21 23:47:56 misho Exp $ */ +/* $Id: filter.c,v 1.1.1.1 2012/02/21 23:47:56 misho Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -318,7 +318,7 @@ PHP_MINFO_FUNCTION(filter) { php_info_print_table_start(); php_info_print_table_row( 2, "Input Validation and Filtering", "enabled" ); - 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(); DISPLAY_INI_ENTRIES();