summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-11-25 03:13:14 +0100
committerAnatol Belski <ab@php.net>2015-11-25 03:13:14 +0100
commitea7d6bdc425421c57af1a2bddc56cd49fe7e5520 (patch)
tree5f4306b4794d41331ebfc236296933290be1cd02
parent254e70948437b5a412630784e7eb4b2a40147e4c (diff)
downloadphp-git-ea7d6bdc425421c57af1a2bddc56cd49fe7e5520.tar.gz
sync NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f2ae2829ff..53117a87d6 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,10 @@ PHP NEWS
. Fixed bug #70940 (Segfault in soap / type_to_string). (Remi)
. Fixed bug #70900 (SoapClient systematic out of memory error). (Dmitry)
+- SPL:
+ . Fixed bug #70959 (ArrayObject unserialize does not restore protected
+ fields). (Laruence)
+
- Standard:
. Fixed count on symbol tables. (Laruence)
. Fixed bug #70910 (extract() breaks variable references). (Laruence)