From c3c6ab08fe2125969cc769b1862623069d021a97 Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Wed, 13 Jan 2016 06:40:28 +0900 Subject: [PATCH] Update NEWS --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index fb44db7ba7..581e122271 100644 --- a/NEWS +++ b/NEWS @@ -33,6 +33,12 @@ PHP NEWS . Fixed bug #71202 (Autoload function registered by another not activated immediately). (Laruence) +- Session: + . 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 + not to tolerate buggy return value. (Yasuo) + - Standard: . Fixed bug #71287 (Error message contains hexadecimal instead of decimal number). (Laruence) -- 2.40.0