]> granicus.if.org Git - php/commitdiff
this is in 5.6.10, not in 5.6.9
authorFerenc Kovacs <tyrael@php.net>
Thu, 11 Jun 2015 18:30:56 +0000 (20:30 +0200)
committerFerenc Kovacs <tyrael@php.net>
Thu, 11 Jun 2015 18:30:56 +0000 (20:30 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 90e051c2c920c47e5c9d75baa8274adfda104316..d66d82eebbe50670c566880f3fae98d60ef302ac 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -69,6 +69,9 @@ PHP                                                                        NEWS
   . Fixed bug #69549 (Memory leak with opcache.optimization_level=0xFFFFFFFF).
     (Laruence, Dmitry)
 
+- PCRE
+  . Upgraded pcrelib to 8.37. (CVE-2015-2325, CVE-2015-2326)
+
 - Phar:
   . Fixed bug #69680 (phar symlink in binary directory broken).
     (Matteo Bernardini, Remi)
@@ -123,9 +126,6 @@ PHP                                                                        NEWS
   . Fixed bug #68598 (pcntl_exec() should not allow null char). (CVE-2015-4026)
     (Stas)
 
-- PCRE
-  . Upgraded pcrelib to 8.37. (CVE-2015-2325, CVE-2015-2326)
-
 - Phar:
   . Fixed bug #69453 (Memory Corruption in phar_parse_tarfile when entry
     filename starts with null). (CVE-2015-4021) (Stas)