From: Stanislav Malyshev Date: Tue, 17 Mar 2015 20:07:40 +0000 (-0700) Subject: update news X-Git-Tag: php-5.5.24RC1~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3dfccd7ba5a9ef88f3c40b710010a4e4ba2e662e;p=php update news --- diff --git a/NEWS b/NEWS index 3a8bbad685..aab586ae9f 100644 --- 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)