diff options
author | Davey Shafik <me@daveyshafik.com> | 2016-09-13 19:38:39 -0700 |
---|---|---|
committer | Davey Shafik <me@daveyshafik.com> | 2016-09-13 19:38:39 -0700 |
commit | acc574d76b60d23b48f8fa561084eb859c2e0766 (patch) | |
tree | fc52cbc6b7431265330d4365cecafc06fcec9d78 | |
parent | f6b6e97b29b7155efabbd935fc5f1cbdf548d601 (diff) | |
download | php-git-acc574d76b60d23b48f8fa561084eb859c2e0766.tar.gz |
Sync NEWS
-rw-r--r-- | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -66,6 +66,7 @@ PHP NEWS - Intl: . Fixed bug #65732 (grapheme_*() is not Unicode compliant on CR LF sequence). (cmb) + . Fixed bug #73007 (add locale length check). (Stas) - JSON: . Implemented earlier return when json_encode fails, fixes bugs #68992 @@ -82,6 +83,12 @@ PHP NEWS . Implemented stringify 'uniqueidentifier' fields. (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: . Reverted prepending \ for class names. (Trowski) @@ -182,6 +189,7 @@ PHP NEWS - SPL: . Fixed bug #72888 (Segfault on clone on splFileObject). (Laruence) + . Fixed bug #73029 (Missing type check when unserializing SplArray). (Stas) - SQLite3: . Updated to SQLite3 3.14.0. (cmb) @@ -305,6 +313,8 @@ PHP NEWS (Stas) . Fixed bug #72799 (wddx_deserialize null dereference in 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: . Fixed bug #72647 (xmlrpc_encode() unexpected output after referencing |