Skip to content

Commit 7774fd1

Browse files
author
Yasuo Ohgaki
committed
Update NEWS and UPGRADING
1 parent c3982d0 commit 7774fd1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

NEWS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ PHP NEWS
6767
. Fixed bug #73396 (bigint columns are returned as strings). (Adam Baratz)
6868

6969
- 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)
7172

7273
- SOAP:
7374
. Fixed bug #69137 (Peer verification fails when using a proxy with SoapClient)

UPGRADING

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ PHP 7.2 UPGRADE NOTES
3737
property names would become inaccessible string keys.
3838

3939
- Session:
40+
. Removed register_globals related code and "!" can be used as $_SESSION key name.
4041
. Session is made to manage session status corretly and prevents invalid operations.
4142
Only inappropriate codes are affected by this change. If you have problems with this,
4243
it means you have problem in your code.

0 commit comments

Comments
 (0)