]> granicus.if.org Git - php/commitdiff
Update NEWS
authorYasuo Ohgaki <yohgaki@php.net>
Tue, 12 Jan 2016 21:40:28 +0000 (06:40 +0900)
committerYasuo Ohgaki <yohgaki@php.net>
Tue, 12 Jan 2016 21:40:28 +0000 (06:40 +0900)
NEWS

diff --git a/NEWS b/NEWS
index fb44db7ba775e81dbab188c6068dbd98f70dbd07..581e12227143bf302785c08bd03b81f064d5df67 100644 (file)
--- 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)