]> granicus.if.org Git - php/commitdiff
update news
authorStanislav Malyshev <stas@php.net>
Tue, 17 Mar 2015 20:07:40 +0000 (13:07 -0700)
committerStanislav Malyshev <stas@php.net>
Tue, 17 Mar 2015 20:07:40 +0000 (13:07 -0700)
NEWS

diff --git a/NEWS b/NEWS
index 3a8bbad6853b65c61633addb885ba7507d1fab80..aab586ae9fb5260e8c1e371f365e16e83b79e80d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,9 @@ PHP                                                                        NEWS
   . Fixed bug #67626 (User exceptions not properly handled in streams). 
     (Julian)
   . Fixed bug #68917 (parse_url fails on some partial urls). (Wei Dai)
+  . Fixed bug #69134 (Per Directory Values overrides PHP_INI_SYSTEM
+    configuration options). (Anatol Belski)
+  . Fixed bug #69207 (move_uploaded_file allows nulls in path). (Stas)
   . Fixed bug #69212 (Leaking VIA_HANDLER func when exception thrown in
     __call/... arg passing). (Nikita)
   . Fixed bug #69221 (Segmentation fault when using a generator in combination
@@ -27,6 +30,10 @@ PHP                                                                        NEWS
    . Fixed bug #68846 (False detection of CJK Unified Ideographs Extension E).
     (Masaki Kagaya)
 
+- SOAP:
+  . Fixed bug #69085 (SoapClient's __call() type confusion through
+    unserialize()). (Dmitry)
+
 - SPL:
    . Fixed #69227 (Use after free in zval_scan caused by
      spl_object_storage_get_gc). (adam dot scarr at 99designs dot com)