Sync NEWS

This commit is contained in:
Davey Shafik 2016-09-13 19:38:39 -07:00
parent f6b6e97b29
commit acc574d76b

10
NEWS
View File

@ -66,6 +66,7 @@ PHP NEWS
- Intl: - Intl:
. Fixed bug #65732 (grapheme_*() is not Unicode compliant on CR LF . Fixed bug #65732 (grapheme_*() is not Unicode compliant on CR LF
sequence). (cmb) sequence). (cmb)
. Fixed bug #73007 (add locale length check). (Stas)
- JSON: - JSON:
. Implemented earlier return when json_encode fails, fixes bugs #68992 . Implemented earlier return when json_encode fails, fixes bugs #68992
@ -82,6 +83,12 @@ PHP NEWS
. Implemented stringify 'uniqueidentifier' fields. . Implemented stringify 'uniqueidentifier' fields.
(Alexander Zhuravlev, Adam Baratz) (Alexander Zhuravlev, Adam Baratz)
- Phar:
. Fixed bug #72928 (Out of bound when verify signature of zip phar in
phar_parse_zipfile). (Stas)
. Fixed bug #73035 (Out of bound when verify signature of tar phar in
phar_parse_tarfile). (Stas)
- Reflection: - Reflection:
. Reverted prepending \ for class names. (Trowski) . Reverted prepending \ for class names. (Trowski)
@ -182,6 +189,7 @@ PHP NEWS
- SPL: - SPL:
. Fixed bug #72888 (Segfault on clone on splFileObject). (Laruence) . Fixed bug #72888 (Segfault on clone on splFileObject). (Laruence)
. Fixed bug #73029 (Missing type check when unserializing SplArray). (Stas)
- SQLite3: - SQLite3:
. Updated to SQLite3 3.14.0. (cmb) . Updated to SQLite3 3.14.0. (cmb)
@ -305,6 +313,8 @@ PHP NEWS
(Stas) (Stas)
. Fixed bug #72799 (wddx_deserialize null dereference in . Fixed bug #72799 (wddx_deserialize null dereference in
php_wddx_pop_element). (Stas) php_wddx_pop_element). (Stas)
. Fixed bug #72860 (wddx_deserialize use-after-free). (Stas)
. Fixed bug #73065 (Out-Of-Bounds Read in php_wddx_push_element). (Stas)
- XMLRPC: - XMLRPC:
. Fixed bug #72647 (xmlrpc_encode() unexpected output after referencing . Fixed bug #72647 (xmlrpc_encode() unexpected output after referencing