helly           Wed Dec 31 14:36:27 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/reflection     php_reflection.c 
  Log:
  - Use Revision instead of Id tag for version
  
http://cvs.php.net/viewvc.cgi/php-src/ext/reflection/php_reflection.c?r1=1.164.2.33.2.45.2.44&r2=1.164.2.33.2.45.2.45&diff_format=u
Index: php-src/ext/reflection/php_reflection.c
diff -u php-src/ext/reflection/php_reflection.c:1.164.2.33.2.45.2.44 
php-src/ext/reflection/php_reflection.c:1.164.2.33.2.45.2.45
--- php-src/ext/reflection/php_reflection.c:1.164.2.33.2.45.2.44        Wed Dec 
31 11:15:42 2008
+++ php-src/ext/reflection/php_reflection.c     Wed Dec 31 14:36:27 2008
@@ -20,7 +20,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: php_reflection.c,v 1.164.2.33.2.45.2.44 2008/12/31 11:15:42 sebastian 
Exp $ */
+/* $Id: php_reflection.c,v 1.164.2.33.2.45.2.45 2008/12/31 14:36:27 helly Exp 
$ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -5262,7 +5262,7 @@
        php_info_print_table_start();
        php_info_print_table_header(2, "Reflection", "enabled");
 
-       php_info_print_table_row(2, "Version", "$Id: php_reflection.c,v 
1.164.2.33.2.45.2.44 2008/12/31 11:15:42 sebastian Exp $");
+       php_info_print_table_row(2, "Version", "$Revision: 1.164.2.33.2.45.2.45 
$");
 
        php_info_print_table_end();
 } /* }}} */
@@ -5276,7 +5276,7 @@
        NULL,
        NULL,
        PHP_MINFO(reflection),
-       "0.1",
+       "$Revision: 1.164.2.33.2.45.2.45 $",
        STANDARD_MODULE_PROPERTIES
 }; /* }}} */
 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to