File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,8 @@ PHP NEWS
67
67
. Fixed bug #73396 (bigint columns are returned as strings). (Adam Baratz)
68
68
69
69
- Session:
70
- . Fixed bug #73461 (Prohibit session save handler recursion) . (yohgaki)
70
+ . Fixed bug #73461 (Prohibit session save handler recursion). (Yasuo)
71
+ . PR #2233 Removed register_globals related code and "!" can be used as $_SESSION key name. (Yasuo)
71
72
72
73
- SOAP:
73
74
. Fixed bug #69137 (Peer verification fails when using a proxy with SoapClient)
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ PHP 7.2 UPGRADE NOTES
37
37
property names would become inaccessible string keys.
38
38
39
39
- Session:
40
+ . Removed register_globals related code and "!" can be used as $_SESSION key name.
40
41
. Session is made to manage session status corretly and prevents invalid operations.
41
42
Only inappropriate codes are affected by this change. If you have problems with this,
42
43
it means you have problem in your code.
You can’t perform that action at this time.
0 commit comments