mirror of
https://github.com/php/php-src.git
synced 2024-11-27 20:03:40 +08:00
Update NEWS and UPGRADING
This commit is contained in:
parent
c3982d055c
commit
7774fd1916
3
NEWS
3
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)
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user