summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/php_reflection.c')
-rw-r--r--ext/reflection/php_reflection.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c
index 3cb394bdcc..1a53cb4838 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();
} /* }}} */