]> granicus.if.org Git - php/commitdiff
update NEWS
authorAnatol Belski <ab@php.net>
Fri, 29 Jan 2016 10:11:53 +0000 (11:11 +0100)
committerAnatol Belski <ab@php.net>
Fri, 29 Jan 2016 10:11:53 +0000 (11:11 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 46b21438cbb41b94518c17036de62dba53e92c56..32b671f6f62a4709ed466543e2371e5cf21beedf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -28,6 +28,16 @@ PHP                                                                        NEWS
     messages). (Yasuo)
   . Implemented FR #48532 (Allow pg_fetch_all() to index numerically). (Yasuo)
 
+- 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
+    not to tolerate buggy return value. (Yasuo)
+  . Fixed bug #71394 (session_regenerate_id() must close opened session on errors).
+    (Yasuo)
+
 - SQLite3:
   . Implemented FR #71159 (Upgraded bundled SQLite lib to 3.9.2). (Laruence)