pajoye Fri Aug 25 16:03:00 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zip php_zip.c Log: - bundled matches pecl 1.7.1 http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.1.2.6&r2=1.1.2.7&diff_format=u Index: php-src/ext/zip/php_zip.c diff -u php-src/ext/zip/php_zip.c:1.1.2.6 php-src/ext/zip/php_zip.c:1.1.2.7 --- php-src/ext/zip/php_zip.c:1.1.2.6 Thu Aug 24 16:37:14 2006 +++ php-src/ext/zip/php_zip.c Fri Aug 25 16:03:00 2006 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_zip.c,v 1.1.2.6 2006/08/24 16:37:14 pajoye Exp $ */ +/* $Id: php_zip.c,v 1.1.2.7 2006/08/25 16:03:00 pajoye Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -1982,8 +1982,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.1.2.6 2006/08/24 16:37:14 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.1.2.7 2006/08/25 16:03:00 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