]> granicus.if.org Git - php/commitdiff
Update NEWS
authorYasuo Ohgaki <yohgaki@php.net>
Thu, 22 Dec 2016 07:03:55 +0000 (16:03 +0900)
committerYasuo Ohgaki <yohgaki@php.net>
Thu, 22 Dec 2016 07:04:28 +0000 (16:04 +0900)
NEWS

diff --git a/NEWS b/NEWS
index acd9b0e231c4a759dffb3158805c07f86ac28bd4..b7753e12295ad9cee54e8bf32cdd70d47673b19c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -71,6 +71,7 @@ PHP                                                                        NEWS
 - Session:
   . Fixed bug #73461 (Prohibit session save handler recursion). (Yasuo)
   . PR #2233 Removed register_globals related code and "!" can be used as $_SESSION key name. (Yasuo)
+  . Improved bug #73100 fix. 'user' save handler can only be set by session_set_save_handler()
 
 - SOAP:
   . Fixed bug #69137 (Peer verification fails when using a proxy with SoapClient)