Update NEWS and UPGRADING

This commit is contained in:
Yasuo Ohgaki 2016-12-21 08:16:38 +09:00
parent c3982d055c
commit 7774fd1916
2 changed files with 3 additions and 1 deletions

3
NEWS
View File

@ -67,7 +67,8 @@ PHP NEWS
. Fixed bug #73396 (bigint columns are returned as strings). (Adam Baratz) . Fixed bug #73396 (bigint columns are returned as strings). (Adam Baratz)
- Session: - 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: - SOAP:
. Fixed bug #69137 (Peer verification fails when using a proxy with SoapClient) . Fixed bug #69137 (Peer verification fails when using a proxy with SoapClient)

View File

@ -37,6 +37,7 @@ PHP 7.2 UPGRADE NOTES
property names would become inaccessible string keys. property names would become inaccessible string keys.
- Session: - 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. . 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, Only inappropriate codes are affected by this change. If you have problems with this,
it means you have problem in your code. it means you have problem in your code.