1
0
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:
Anatol Belski
2016-01-29 08:41:25 +01:00
parent ae6e139c77
commit 8ee1ae9748

10
NEWS
View File

@@ -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)