. 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)
. 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