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

diff --git a/NEWS b/NEWS
index 32b671f6f62a4709ed466543e2371e5cf21beedf..c4ffb9b9fdb6c49e1633f1a200ac40aa3ea7dd7e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -30,7 +30,6 @@ PHP                                                                        NEWS
 
 - 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