From: Pierre Joye Date: Fri, 25 Aug 2006 16:03:00 +0000 (+0000) Subject: - bundled matches pecl 1.7.1 X-Git-Tag: php-5.2.0RC3~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e54de1d7710d8c33d2d88fdb882412e80f39b02;p=php - bundled matches pecl 1.7.1 --- diff --git a/ext/zip/php_zip.c b/ext/zip/php_zip.c index a53f1917a2..f33998a963 100644 --- a/ext/zip/php_zip.c +++ b/ext/zip/php_zip.c @@ -1983,7 +1983,7 @@ PHP_MINFO_FUNCTION(zip) php_info_print_table_row(2, "Zip", "enabled"); php_info_print_table_row(2, "Extension Version","$Id$"); - php_info_print_table_row(2, "Zip version", "1.4.0"); + 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();