summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2015-02-27 23:33:23 +0800
committerXinchen Hui <laruence@php.net>2015-02-27 23:33:23 +0800
commit4119879a3905cb1b089f475e8a0471717f7049b3 (patch)
tree5f41b4bfa5f4bcf1938edcc3a13eaa1f84dd854b
parent86ba1a2444e0e4272db68ff387964681378c0f1d (diff)
downloadphp-git-4119879a3905cb1b089f475e8a0471717f7049b3.tar.gz
Update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f578a05935..90747fc02f 100644
--- a/NEWS
+++ b/NEWS
@@ -37,6 +37,10 @@
. Fixed bug #69054 (Null dereference in readline_(read|write)_history() without
parameters). (Laruence)
+- SOAP:
+ . Fixed bug #69085 (SoapClient's __call() type confusion through
+ unserialize()). (andrea dot palazzo at truel dot it, Laruence)
+
- SPL:
. Fixed bug #69108 ("Segmentation fault" when (de)serializing
SplObjectStorage). (Laruence)