From: Remi Collet Date: Mon, 4 Nov 2013 12:32:45 +0000 (+0100) Subject: NEWS + UPGRADING X-Git-Tag: php-5.6.0alpha1~214^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b8ae0143f5b6cd735e0c201d85556654a89db9e;p=php NEWS + UPGRADING --- diff --git a/NEWS b/NEWS index ed8bcc93b1..0a4b78c9c6 100644 --- 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! >>> diff --git a/UPGRADING b/UPGRADING index ab05b3a8bf..022918cb14 100755 --- 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.