]> granicus.if.org Git - php/commitdiff
update NEWS
authorAnatol Belski <ab@php.net>
Tue, 11 Oct 2016 09:01:55 +0000 (11:01 +0200)
committerAnatol Belski <ab@php.net>
Tue, 11 Oct 2016 09:01:55 +0000 (11:01 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 2cbb5a6b12efbe18c8946e18f5e07ae9cfe790ba..6268c540496dddb89ffa49830b6794be9d60f7d8 100644 (file)
--- 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)