summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.c
diff options
context:
space:
mode:
authorDavid Soria Parra <dsp@php.net>2012-03-20 17:58:58 +0100
committerDavid Soria Parra <dsp@php.net>2012-03-20 17:58:58 +0100
commitc918ca57a7233206ec78ac00438eeb6830e3680b (patch)
tree6a0b5e4ea85c7a53a15231cfc7291837d9ea9c09 /ext/reflection/php_reflection.c
parent71d894cd421d96517618e9d33dfea640499c8ffd (diff)
parentf7b10abae939412e8b5cab69cd579e071deb446b (diff)
downloadphp-git-c918ca57a7233206ec78ac00438eeb6830e3680b.tar.gz
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3: Replace $Revision$ with $Id$ in keyword expansion enable files Enable $Id$ expansion for files with the $Revision$ keyword Conflicts: ext/mysqlnd/mysqlnd.h
Diffstat (limited to 'ext/reflection/php_reflection.c')
-rw-r--r--ext/reflection/php_reflection.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c
index 28184e1cc6..1cf65cee16 100644
--- a/ext/reflection/php_reflection.c
+++ b/ext/reflection/php_reflection.c
@@ -6072,7 +6072,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();
} /* }}} */
@@ -6086,7 +6086,7 @@ zend_module_entry reflection_module_entry = { /* {{{ */
NULL,
NULL,
PHP_MINFO(reflection),
- "$Revision$",
+ "$Id$",
STANDARD_MODULE_PROPERTIES
}; /* }}} */