From:             RQuadling at GMail dot com
Operating system: Irrelevant
PHP version:      5.3SVN-2009-11-09 (SVN)
PHP Bug Type:     PHAR related
Bug description:  phpinfo() reports "CVS revision" rather than "SVN revision"

Description:
------------
Truly minor.

phpinfo() output for phar says "CVS revision" rather than "SVN revision".

Index: phar.c
===================================================================
--- phar.c      (revision 290197)
+++ phar.c      (working copy)
@@ -3665,7 +3665,7 @@
        php_info_print_table_header(2, "Phar: PHP Archive support", "enabled");
        php_info_print_table_row(2, "Phar EXT version", PHP_PHAR_VERSION);
        php_info_print_table_row(2, "Phar API version", PHP_PHAR_API_VERSION);
-       php_info_print_table_row(2, "CVS revision", "$Revision$");
+       php_info_print_table_row(2, "SVN revision", "$Revision$");
        php_info_print_table_row(2, "Phar-based phar archives", "enabled");
        php_info_print_table_row(2, "Tar-based phar archives", "enabled");
        php_info_print_table_row(2, "ZIP-based phar archives", "enabled");



-- 
Edit bug report at http://bugs.php.net/?id=50129&edit=1
-- 
Try a snapshot (PHP 5.2):            
http://bugs.php.net/fix.php?id=50129&r=trysnapshot52
Try a snapshot (PHP 5.3):            
http://bugs.php.net/fix.php?id=50129&r=trysnapshot53
Try a snapshot (PHP 6.0):            
http://bugs.php.net/fix.php?id=50129&r=trysnapshot60
Fixed in SVN:                        
http://bugs.php.net/fix.php?id=50129&r=fixed
Fixed in SVN and need be documented: 
http://bugs.php.net/fix.php?id=50129&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=50129&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=50129&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=50129&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=50129&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=50129&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=50129&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=50129&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=50129&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=50129&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=50129&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=50129&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=50129&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=50129&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=50129&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=50129&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=50129&r=mysqlcfg

Reply via email to