]> granicus.if.org Git - php/commitdiff
Update NEWS and UPGRADING
authorYasuo Ohgaki <yohgaki@php.net>
Tue, 20 Dec 2016 23:16:38 +0000 (08:16 +0900)
committerYasuo Ohgaki <yohgaki@php.net>
Tue, 20 Dec 2016 23:16:38 +0000 (08:16 +0900)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index a982bbd8d18c8e0b28cb2a7c5a9694d886d2ef33..1ecd9d582fbfd2863cfad337a93dff339519d7bb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -67,7 +67,8 @@ PHP                                                                        NEWS
   . Fixed bug #73396 (bigint columns are returned as strings). (Adam Baratz)
 
 - Session:
-  . Fixed bug #73461 (Prohibit session save handler recursion) . (yohgaki)
+  . 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)
 
 - SOAP:
   . Fixed bug #69137 (Peer verification fails when using a proxy with SoapClient)
index 78db79955121999c0a3d9e36600139760b47aa02..40dee1f38a3e269e2d0138357b5b7fee97a26fb7 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -37,6 +37,7 @@ PHP 7.2 UPGRADE NOTES
     property names would become inaccessible string keys.
 
 - Session:
+  . Removed register_globals related code and "!" can be used as $_SESSION key name.
   . Session is made to manage session status corretly and prevents invalid operations.
     Only inappropriate codes are affected by this change. If you have problems with this,
     it means you have problem in your code.