From: Yasuo Ohgaki Date: Tue, 12 Jan 2016 21:40:28 +0000 (+0900) Subject: Update NEWS X-Git-Tag: php-7.0.3RC1~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c3c6ab08fe2125969cc769b1862623069d021a97;p=php Update NEWS --- 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)