diff options
author | David Soria Parra <dsp@php.net> | 2012-03-20 17:53:47 +0100 |
---|---|---|
committer | David Soria Parra <dsp@php.net> | 2012-03-20 17:53:47 +0100 |
commit | f7b10abae939412e8b5cab69cd579e071deb446b (patch) | |
tree | aa0655a0cb3a1e32e417607a22763d8b03b80013 /ext/reflection/php_reflection.c | |
parent | eb8812e58b5376361163d733ff40c1bc52f21090 (diff) | |
download | php-git-f7b10abae939412e8b5cab69cd579e071deb446b.tar.gz |
Replace $Revision$ with $Id$ in keyword expansion enable files
Diffstat (limited to 'ext/reflection/php_reflection.c')
-rw-r--r-- | ext/reflection/php_reflection.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c index 94cc05ee58..522fef1e51 100644 --- a/ext/reflection/php_reflection.c +++ b/ext/reflection/php_reflection.c @@ -5552,7 +5552,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", "$Revision$"); + php_info_print_table_row(2, "Version", "$Id$"); php_info_print_table_end(); } /* }}} */ @@ -5566,7 +5566,7 @@ zend_module_entry reflection_module_entry = { /* {{{ */ NULL, NULL, PHP_MINFO(reflection), - "$Revision$", + "$Id$", STANDARD_MODULE_PROPERTIES }; /* }}} */ |