]> granicus.if.org Git - php/commitdiff
Add changelog entries for #68677, #68739 & #68740
authorLior Kaplan <kaplanlior@gmail.com>
Tue, 31 Mar 2015 22:55:35 +0000 (01:55 +0300)
committerLior Kaplan <kaplanlior@gmail.com>
Tue, 31 Mar 2015 22:55:35 +0000 (01:55 +0300)
NEWS

diff --git a/NEWS b/NEWS
index 9d607a91361e21c7144575b814c021b259d2332e..65cc3be12231bfcb077da1ac7f8b42f009605d4a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -17,8 +17,9 @@ PHP                                                                        NEWS
   . Fixed bug #69221 (Segmentation fault when using a generator in combination
     with an Iterator). (Nikita)
 
-- Curl:
+- cURL:
   . Implemented FR#69278 (HTTP2 support). (Masaki Kagaya)
+  . Fixed bug #68739 (Missing break / control flow). (Laruence)
 
 - Date:
   . Added DateTime::createFromImmutable(). (Trevor Suarez)
@@ -27,15 +28,19 @@ PHP                                                                        NEWS
   . Fixed bug #65406 (Enchant broker plugins are in the wrong place in windows
     builds). (Anatol)
 
+- Ereg:
+  . Fixed bug #68740 (NULL Pointer Dereference). (Laruence)
+
 - Filter:
   . Fixed bug #69202: (FILTER_FLAG_STRIP_BACKTICK ignored unless other
     flags are used). (Jeff Welch)
   . Fixed bug #69203 (FILTER_FLAG_STRIP_HIGH doesn't strip ASCII 127). (Jeff
     Welch)
 
-- Opcache:
+- OPCache:
   . Fixed bug #69297 (function_exists strange behavior with OPCache on
     disabled function). (Laruence)
+  . Fixed bug #68677 (Use After Free). (CVE-2015-1351) (Laruence)
 
 - OpenSSL
   . Fixed bugs #68853, #65137 (Buffered crypto stream data breaks IO polling