summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2016-02-03 01:07:11 +0100
committerFerenc Kovacs <tyrael@php.net>2016-02-03 01:07:11 +0100
commit0945cfe94477517df3c9c6e6a618b99cde56269f (patch)
treea0bdfa652bd64c043b0f45b70b9a3e6f3fe40e27
parent14f2a2007d36a08bde02d7736d4a020de95953f1 (diff)
downloadphp-git-0945cfe94477517df3c9c6e6a618b99cde56269f.tar.gz
update NEWS
-rw-r--r--NEWS9
1 files changed, 1 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index ae2cfbca59..6dba6e4fa7 100644
--- a/NEWS
+++ b/NEWS
@@ -33,14 +33,7 @@ PHP NEWS
. Fixed bug #71488 (Stack overflow when decompressing tar archives). (Stas)
- Session:
- . Improved fix for bug #68063 (Empty session IDs do still start sessions). (Yasuo)
- . Fixed bug #69111 (Crash in SessionHandler::read()). (Yasuo)
- . Fixed bug #71122 (Session GC may not remove obsolete session data). (Yasuo)
- . Fixed bug #71038 (session_start() returns TRUE on failure).
- It's fixed partially on PHP 5.6. It still returns TRUE on session read
- failure for compatibility. Session save handlers should 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 #69111 (Crash in SessionHandler::read()). (Anatol)
- SOAP:
. Fixed bug #70979 (crash with bad soap request). (Anatol)