]> granicus.if.org Git - php/commitdiff
Align NEWS entries with 5.6.7
authorLior Kaplan <kaplanlior@gmail.com>
Tue, 31 Mar 2015 06:20:29 +0000 (09:20 +0300)
committerLior Kaplan <kaplanlior@gmail.com>
Tue, 31 Mar 2015 06:20:29 +0000 (09:20 +0300)
NEWS

diff --git a/NEWS b/NEWS
index 8e25aadd3edd316f3b8e6d8ffa68b671c0ad0640..14a861fd4633569fba2faa2e3e4a519d289be828 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -10,7 +10,6 @@ PHP                                                                        NEWS
   . Fixed bug #68917 (parse_url fails on some partial urls). (Wei Dai)
   . Fixed bug #69134 (Per Directory Values overrides PHP_INI_SYSTEM
     configuration options). (Anatol Belski)
-  . Fixed bug #69207 (move_uploaded_file allows nulls in path). (Stas)
   . Fixed bug #69210 (serialize function return corrupted data when sleep has
     non-string values). (Juan Basso)
   . Fixed bug #69212 (Leaking VIA_HANDLER func when exception thrown in
@@ -89,6 +88,9 @@ PHP                                                                        NEWS
     functions). (kostyantyn dot lysyy at oracle dot com)
   . Fixed bug #68976 (Use After Free Vulnerability in unserialize()).
     (CVE-2015-0231) (Stas)
+  . Fixed bug #69134 (Per Directory Values overrides PHP_INI_SYSTEM
+    configuration options). (Anatol Belski)
+  . Fixed bug #69207 (move_uploaded_file allows nulls in path). (Stas)
 
 - CGI:
   . Fixed bug #69015 (php-cgi's getopt does not see $argv). (Laruence)