From 930c23ab96d6aefd849956c40b30fa504cf5ec6d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 31 Aug 2012 08:45:23 +0200 Subject: PHP 5.4.7RC1 --- php-5.4.5-system-libzip.patch | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'php-5.4.5-system-libzip.patch') diff --git a/php-5.4.5-system-libzip.patch b/php-5.4.5-system-libzip.patch index 092229f..a347a2f 100644 --- a/php-5.4.5-system-libzip.patch +++ b/php-5.4.5-system-libzip.patch @@ -423,9 +423,7 @@ diff -up php-5.4.5RC1/ext/zip/php_zip.c.systzip php-5.4.5RC1/ext/zip/php_zip.c /* TODO: fix _zip_replace */ if (cur_idx >= 0) { if (zip_delete(intern, cur_idx) == -1) { -@@ -2868,7 +3100,11 @@ static PHP_MINFO_FUNCTION(zip) - php_info_print_table_row(2, "Zip", "enabled"); - php_info_print_table_row(2, "Extension Version","$Id$"); +@@ -2870,5 +3098,9 @@ static PHP_MINFO_FUNCTION(zip) php_info_print_table_row(2, "Zip version", PHP_ZIP_VERSION_STRING); - php_info_print_table_row(2, "Libzip version", LIBZIP_VERSION); +#if defined(HAVE_LIBZIP) -- cgit