]> granicus.if.org Git - php/commitdiff
NEWS + UPGRADING
authorRemi Collet <remi@php.net>
Mon, 4 Nov 2013 12:32:45 +0000 (13:32 +0100)
committerRemi Collet <remi@php.net>
Mon, 4 Nov 2013 12:32:45 +0000 (13:32 +0100)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index ed8bcc93b154f6aea2e58c6c94d0c823caa81d68..0a4b78c9c61867adb11a5aeb40e4bc3d7cc5d8b5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -70,4 +70,10 @@ PHP                                                                        NEWS
   . Fixed bug #55285 (XMLReader::getAttribute/No/Ns methods inconsistency). 
     (Mike)
 
+- Zip:
+  . update libzip to version 1.11.1.
+    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)
+
 <<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>
index ab05b3a8bff04aaf3e297863cc32f631cf050f75..022918cb145942582fd592d5b49fefbd8b1ad3fc 100755 (executable)
--- a/UPGRADING
+++ b/UPGRADING
@@ -86,6 +86,9 @@ PHP X.Y UPGRADE NOTES
 - LDAP:
   Added ldap_escape($value, $ignore = "", $flags = 0).
 
+- Zip:
+  Added ZipArchive::setPassword($password)
+
 ========================================
 6. New Classes and Interfaces
 ========================================
@@ -141,3 +144,6 @@ PHP X.Y UPGRADE NOTES
 - HTTP stream wrapper:
   HTTP 1.1 requests now include a Connection: close header unless explicitly
   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.