summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-09-13 12:34:03 +0200
committerAnatol Belski <ab@php.net>2016-09-13 12:34:03 +0200
commit941b56dd4a1da83c19d0fc8e99fd0c7fc6feed21 (patch)
tree214cd0069c8ae8d07581b3a6c02fb18ef13ed6e8
parent855b8e4f79769cfe9e528f3355509119fce122ea (diff)
downloadphp-git-941b56dd4a1da83c19d0fc8e99fd0c7fc6feed21.tar.gz
update NEWS
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1e2d599232..80153cccee 100644
--- a/NEWS
+++ b/NEWS
@@ -88,6 +88,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)
@@ -112,6 +116,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)
@@ -126,6 +136,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ä)
@@ -147,6 +160,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)