From: Pierre Joye Date: Fri, 25 Aug 2006 16:03:50 +0000 (+0000) Subject: - MFB: bundled version matches pecl release 1.7.1 X-Git-Tag: RELEASE_1_0_0RC1~1880 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=204cb47e90c24ea23b85b8920d56ed62103d6880;p=php - MFB: bundled version matches pecl release 1.7.1 --- diff --git a/ext/zip/php_zip.c b/ext/zip/php_zip.c index 0c66dbb71c..964570641c 100644 --- a/ext/zip/php_zip.c +++ b/ext/zip/php_zip.c @@ -1957,7 +1957,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();