From 076aa3c41077936c5a35daef0b29ffa15728748d Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Tue, 11 Oct 2016 11:01:55 +0200 Subject: [PATCH] update NEWS --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) 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) -- 2.50.1