helly           Wed Dec 31 14:37:17 2008 UTC

  Modified files:              
    /php-src/ext/reflection     php_reflection.c 
  Log:
  - MFB Use Revision instead of Id tag for version
  
http://cvs.php.net/viewvc.cgi/php-src/ext/reflection/php_reflection.c?r1=1.329&r2=1.330&diff_format=u
Index: php-src/ext/reflection/php_reflection.c
diff -u php-src/ext/reflection/php_reflection.c:1.329 
php-src/ext/reflection/php_reflection.c:1.330
--- php-src/ext/reflection/php_reflection.c:1.329       Wed Dec 31 11:12:35 2008
+++ php-src/ext/reflection/php_reflection.c     Wed Dec 31 14:37:17 2008
@@ -20,7 +20,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: php_reflection.c,v 1.329 2008/12/31 11:12:35 sebastian Exp $ */
+/* $Id: php_reflection.c,v 1.330 2008/12/31 14:37:17 helly Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -5438,7 +5438,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.329 
2008/12/31 11:12:35 sebastian Exp $");
+       php_info_print_table_row(2, "Version", "$Revision: 1.330 $");
 
        php_info_print_table_end();
 } /* }}} */
@@ -5452,7 +5452,7 @@
        NULL,
        NULL,
        PHP_MINFO(reflection),
-       "0.1",
+       "$Revision: 1.330 $",
        STANDARD_MODULE_PROPERTIES
 }; /* }}} */
 



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

Reply via email to