]> granicus.if.org Git - php/commitdiff
fix NEWS
authorAnatol Belski <ab@php.net>
Wed, 24 Feb 2016 11:29:23 +0000 (12:29 +0100)
committerAnatol Belski <ab@php.net>
Wed, 24 Feb 2016 11:29:23 +0000 (12:29 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 058b9dd055d144de412fbc01549d69596d6d5b56..abc1f6f480d1e4e99c73dfb57e634461546d1478 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -27,7 +27,6 @@ PHP                                                                        NEWS
     (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
@@ -88,6 +87,9 @@ 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)
+
 04 Feb 2016 PHP 7.0.3
 
 - Core: