mirror of
https://github.com/php/php-src.git
synced 2026-03-25 16:52:18 +01:00
update NEWS
This commit is contained in:
10
NEWS
10
NEWS
@@ -26,16 +26,6 @@ PHP NEWS
|
||||
. Fixed bug #71024 (Unable to use PHP 7.0 x64 side-by-side with PHP 5.6 x32
|
||||
on the same server). (Anatol)
|
||||
|
||||
- Session:
|
||||
. Improved fix for bug #68063 (Empty session IDs do still start sessions). (Yasuo)
|
||||
. Fixed bug #69111 (Crash in SessionHandler::read()). (Yasuo)
|
||||
. Fixed bug #71122 (Session GC may not remove obsolete session data). (Yasuo)
|
||||
. Fixed bug #71038 (session_start() returns TRUE on failure).
|
||||
It's fixed partially on PHP 5.6. It still returns TRUE on session read
|
||||
failure for compatibility. Session save handlers should return 'string'
|
||||
always for successful read. i.e. Non-existing session read must return
|
||||
empty string. PHP 7.0 is made not to tolerate buggy return value. (Yasuo)
|
||||
|
||||
- SOAP:
|
||||
. Fixed bug #70979 (crash with bad soap request). (Anatol)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user