]> granicus.if.org Git - php/commitdiff
NEWS
authorRemi Collet <remi@php.net>
Mon, 30 Dec 2013 06:45:09 +0000 (07:45 +0100)
committerRemi Collet <remi@php.net>
Mon, 30 Dec 2013 06:45:09 +0000 (07:45 +0100)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index 384faecfba68d2b99a266e0a1c45806ac19ac597..a16ae7ba6f84e0efc33048350b108256b75c8a4c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -95,9 +95,14 @@ PHP                                                                        NEWS
     (Mike)
 
 - Zip:
-  . update libzip to version 1.11.1.
+  . update libzip to version 1.11.2.
     PHP don't use any ilibzip private symbol anymore.  (Pierre, Remi)
   . new method ZipArchive::setPassword($password). (Pierre)
   . add --with-libzip option to build with system libzip. (Remi)
+  . new methods:
+    ZipArchive::setExternalAttributesName($name, $opsys, $attr [, $flags])
+    ZipArchive::setExternalAttributesIndex($idx, $opsys, $attr [, $flags])
+    ZipArchive::getExternalAttributesName($name, &$opsys, &$attr [, $flags])
+    ZipArchive::getExternalAttributesIndex($idx, &$opsys, &$attr [, $flags])
 
 <<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>
index 660d3b9bd2f3102c488055b61d3e0fae32647687..f2be0a3ea8945ed14d9cfe85db9eef4c2e173e34 100755 (executable)
--- a/UPGRADING
+++ b/UPGRADING
@@ -162,4 +162,5 @@ PHP X.Y UPGRADE NOTES
   overridden by setting a Connection header via the header context option.
 
 - Zip:
-  New --with-libzip option allow to use system libzip. Version > 0.11 required.
+  New --with-libzip option allow to use system libzip. Version > 0.11 required,
+  Version >= 0.11.2 recommended for all features.