From: Remi Collet Date: Wed, 24 Feb 2016 11:26:25 +0000 (+0100) Subject: fix NEWS X-Git-Tag: php-7.0.5RC1~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=17967ecda153a397df91e30733d3375f033096bd;p=php fix NEWS --- diff --git a/NEWS b/NEWS index a0bde5ceb7..058b9dd055 100644 --- a/NEWS +++ b/NEWS @@ -26,6 +26,10 @@ PHP NEWS . Fixed bug #71617 (private properties lost when unserializing ArrayObject). (Nikita) +- Zip: + . Fixed bug #71561 (NULL pointer dereference in Zip::ExtractTo). (Laruence) + . Update bundled libzip to 1.1.2. (Remi, Anatol) + ?? Mar 2016 PHP 7.0.4 - Core: @@ -84,10 +88,6 @@ PHP NEWS - XMLRPC: . Fixed bug #71501 (xmlrpc_encode_request ignores encoding option). (Hieu Le) -- Zip: - . Fixed bug #71561 (NULL pointer dereference in Zip::ExtractTo). (Laruence) - . Update bundled libzip to 1.1.2. (Remi, Anatol) - 04 Feb 2016 PHP 7.0.3 - Core: