. 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! >>>
- LDAP:
Added ldap_escape($value, $ignore = "", $flags = 0).
+- Zip:
+ Added ZipArchive::setPassword($password)
+
========================================
6. New Classes and Interfaces
========================================
- 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.