pajoye          Fri Aug 25 16:03:50 2006 UTC

  Modified files:              
    /php-src/ext/zip    php_zip.c 
  Log:
  - MFB: bundled version matches pecl release 1.7.1
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.8&r2=1.9&diff_format=u
Index: php-src/ext/zip/php_zip.c
diff -u php-src/ext/zip/php_zip.c:1.8 php-src/ext/zip/php_zip.c:1.9
--- php-src/ext/zip/php_zip.c:1.8       Thu Aug 24 17:54:36 2006
+++ php-src/ext/zip/php_zip.c   Fri Aug 25 16:03:50 2006
@@ -16,7 +16,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: php_zip.c,v 1.8 2006/08/24 17:54:36 pajoye Exp $ */
+/* $Id: php_zip.c,v 1.9 2006/08/25 16:03:50 pajoye Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -1956,8 +1956,8 @@
        php_info_print_table_start();
 
        php_info_print_table_row(2, "Zip", "enabled");
-       php_info_print_table_row(2, "Extension Version","$Id: php_zip.c,v 1.8 
2006/08/24 17:54:36 pajoye Exp $");
-       php_info_print_table_row(2, "Zip version", "1.4.0");
+       php_info_print_table_row(2, "Extension Version","$Id: php_zip.c,v 1.9 
2006/08/25 16:03:50 pajoye Exp $");
+       php_info_print_table_row(2, "Zip version", "1.7.1");
        php_info_print_table_row(2, "Libzip version", "0.7.1");
 
        php_info_print_table_end();

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

Reply via email to