diff --git a/.gitattributes b/.gitattributes index 846891cc89d..22da154f294 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,7 +4,6 @@ ext/ext_skel.php ident ext/phar/phar/pharcommand.inc ident ext/phar/phar.c ident ext/enchant/enchant.c ident -ext/reflection/php_reflection.c ident ext/oci8/oci8.c ident ext/dba/libinifile/inifile.c ident ext/dba/libflatfile/flatfile.c ident diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c index 3cb394bdccf..1a53cb48386 100644 --- a/ext/reflection/php_reflection.c +++ b/ext/reflection/php_reflection.c @@ -20,8 +20,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif @@ -6821,10 +6819,7 @@ PHP_MINIT_FUNCTION(reflection) /* {{{ */ PHP_MINFO_FUNCTION(reflection) /* {{{ */ { php_info_print_table_start(); - php_info_print_table_header(2, "Reflection", "enabled"); - - php_info_print_table_row(2, "Version", "$Id$"); - + php_info_print_table_row(2, "Reflection", "enabled"); php_info_print_table_end(); } /* }}} */ diff --git a/ext/reflection/tests/026.phpt b/ext/reflection/tests/026.phpt index c7a300b7498..9216f656af1 100644 --- a/ext/reflection/tests/026.phpt +++ b/ext/reflection/tests/026.phpt @@ -15,7 +15,6 @@ echo "\nDone!\n"; Reflection Reflection => enabled -Version => %s date