From: Lior Kaplan Date: Tue, 31 Mar 2015 22:55:35 +0000 (+0300) Subject: Add changelog entries for #68677, #68739 & #68740 X-Git-Tag: php-5.6.8RC1~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04c92718056414dc9da27b5c132263bc2c123f72;p=php Add changelog entries for #68677, #68739 & #68740 --- 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