summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2015-04-01 01:55:35 +0300
committerLior Kaplan <kaplanlior@gmail.com>2015-04-01 01:55:35 +0300
commit04c92718056414dc9da27b5c132263bc2c123f72 (patch)
tree3388a4da183fdc9b913dcc6ae296a8f4888f17b4
parentc22543b3f3ccdf7eb53af3c4d1459ae2dc9bc54e (diff)
downloadphp-git-04c92718056414dc9da27b5c132263bc2c123f72.tar.gz
Add changelog entries for #68677, #68739 & #68740
-rw-r--r--NEWS9
1 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 9d607a9136..65cc3be122 100644
--- 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