summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-09-13 10:29:17 +0200
committerAnatol Belski <ab@php.net>2016-09-13 10:29:17 +0200
commit9ae680b06587184b69d9ee47a9a754a33cc7a86e (patch)
tree3c9897482e39905f4a15e0f3d664a3eb465fde9e
parentc984661d39cfa4db1dd97fde1f59c77a44991440 (diff)
downloadphp-git-9ae680b06587184b69d9ee47a9a754a33cc7a86e.tar.gz
sync NEWS
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c18f475331..398c3938e7 100644
--- a/NEWS
+++ b/NEWS
@@ -41,6 +41,10 @@ PHP NEWS
- Intl:
. Fixed bug #65732 (grapheme_*() is not Unicode compliant on CR LF
sequence). (cmb)
+ . Fixed bug #73007 (add locale length check). (Stas)
+
+- Mysqlnd:
+ . Fixed bug #72293 (Heap overflow in mysqlnd related to BIT fields). (Stas)
- OCI8
. Fixed invalid handle error with Implicit Result Sets. (Chris Jones)
@@ -65,6 +69,12 @@ PHP NEWS
specifying a sequence). (Pablo Santiago Sánchez, Matteo)
. Fixed bug #72759 (Regression in pgo_pgsql). (Anatol)
+- 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:
. Fixed bug #72846 (getConstant for a array constant with constant values
returns NULL/NFC/UKNOWN). (Laruence)
@@ -79,6 +89,9 @@ PHP NEWS
. Fixed bug #72957 (Null coalescing operator doesn't behave as expected with
SimpleXMLElement). (Nikita)
+- SPL:
+ . Fixed bug #73029 (Missing type check when unserializing SplArray). (Stas)
+
- Standard:
. Fixed bug #55451 (substr_compare NULL length interpreted as 0). (Lauri
Kenttä)
@@ -100,6 +113,10 @@ PHP NEWS
. Fixed bug #72085 (SEGV on unknown address zif_xml_parse). (cmb)
. Fixed bug #72714 (_xml_startElementHandler() segmentation fault). (cmb)
+- Wddx:
+ . Fixed bug #72860 (wddx_deserialize use-after-free). (Stas)
+ . Fixed bug #73065 (Out-Of-Bounds Read in php_wddx_push_element). (Stas)
+
- ZIP:
. Fixed bug #68302 (impossible to compile php with zip support). (cmb)