From 1f513805dccdd1d10a8e462c16422bdfc2c795ba Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Wed, 13 Jan 2016 06:40:11 +0900 Subject: [PATCH] Update NEWS --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 9e1814aeae..5929a4c6a6 100644 --- a/NEWS +++ b/NEWS @@ -23,6 +23,11 @@ PHP NEWS - Session: . 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) - SPL: . Fixed bug #71204 (segfault if clean spl_autoload_funcs while autoloading). -- 2.40.0