1
0
mirror of https://github.com/php/php-src.git synced 2026-04-05 07:02:33 +02:00

update NEWS

This commit is contained in:
Anatol Belski
2016-01-29 11:29:09 +01:00
parent 7a86bbc79d
commit c9f1446790

1
NEWS
View File

@@ -30,7 +30,6 @@ PHP NEWS
- Session:
. Improved fix for bug #68063 (Empty session IDs do still start sessions). (Yasuo)
. Fixed bug #69111 (Crash in SessionHandler::read()) (Yasuo)
. Fixed bug #71038 (session_start() returns TRUE on failure).
Session save handlers must return 'string' always for successful read.
i.e. Non-existing session read must return empty string. PHP 7.0 is made