summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-01-29 11:42:57 +0100
committerAnatol Belski <ab@php.net>2016-01-29 11:42:57 +0100
commite92abf850ea936e7d7ddd29f644f15eeb3c68f10 (patch)
tree3d86710f2b79ca351104b8432a47c02beedaa428
parent87a671bba08f482d05321d56edbb534501fea820 (diff)
downloadphp-git-e92abf850ea936e7d7ddd29f644f15eeb3c68f10.tar.gz
sync NEWS
-rw-r--r--NEWS10
1 files changed, 0 insertions, 10 deletions
diff --git a/NEWS b/NEWS
index 8c86cbe92c..800fa2126c 100644
--- a/NEWS
+++ b/NEWS
@@ -46,16 +46,6 @@ PHP NEWS
. Fixed bug #71202 (Autoload function registered by another not activated
immediately). (Laruence)
-- 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)
-
- Standard:
. Fixed bug #71287 (Error message contains hexadecimal instead of decimal
number). (Laruence)