From: Anatol Belski Date: Tue, 11 Oct 2016 09:01:55 +0000 (+0200) Subject: update NEWS X-Git-Tag: php-7.2.0alpha1~1172^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=076aa3c41077936c5a35daef0b29ffa15728748d;p=php update NEWS --- diff --git a/NEWS b/NEWS index 2cbb5a6b12..6268c54049 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,11 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2016, PHP 7.1.0RC4 +- Core: + . Implemented RFC: get_class() disallow null parameter. Passing null to + get_class() now generates a warning, rather than returning the calling + class scope. + - Date: . Fixed bug #45554 (Inconsistent behavior of the u format char). (Derick) . Fixed bug #48225 (DateTime parser doesn't set microseconds for "now"). @@ -28,6 +33,9 @@ PHP NEWS . Fixed bug #73273 (session_unset() empties values from all variables in which is $_session stored). (Nikita) +- SOAP: + . Fixed bug #73037 (SoapServer reports Bad Request when gzipped). (Anatol) + - Standard: . Fixed bug #73203 (passing additional_parameters causes mail to fail). (cmb)