From: Marcus Boerger Date: Wed, 31 Dec 2008 14:37:17 +0000 (+0000) Subject: - MFB Use Revision instead of Id tag for version X-Git-Tag: php-5.4.0alpha1~191^2~4695 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e5bb9d165aee380911865672bb52206b496b735;p=php - MFB Use Revision instead of Id tag for version --- diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c index ce706b4c4e..7e334b5dbc 100644 --- a/ext/reflection/php_reflection.c +++ b/ext/reflection/php_reflection.c @@ -5438,7 +5438,7 @@ 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, "Version", "$Revision$"); php_info_print_table_end(); } /* }}} */ @@ -5452,7 +5452,7 @@ zend_module_entry reflection_module_entry = { /* {{{ */ NULL, NULL, PHP_MINFO(reflection), - "0.1", + "$Revision$", STANDARD_MODULE_PROPERTIES }; /* }}} */