summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2014-01-17 12:34:23 +0900
committerYasuo Ohgaki <yohgaki@php.net>2014-01-17 12:34:23 +0900
commitb070f1080bdb59cbecaebe617f890c2859cb4448 (patch)
treeded750554acf5ad9751315c6f9957cc5dbd4911d
parent14e371e7d4ee7328f0261a8fbf2b29f0c742a91b (diff)
downloadphp-git-b070f1080bdb59cbecaebe617f890c2859cb4448.tar.gz
Update NEWS
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 7dec1e52f1..2f098bf9c6 100644
--- a/NEWS
+++ b/NEWS
@@ -15,8 +15,8 @@ PHP NEWS
^M as lineend). (Laruence)
- Session
- . Fixed session module is sending multiple set-cookie headers when
- session.use_strict_mode=1 (Yasuo)
+ . Fixed bug #66469 (Session module is sending multiple set-cookie headers when
+ session.use_strict_mode=1) (Yasuo)
. Fixed bug #66481 (Segfaults on session_name()).
(cmcdermottroe at engineyard dot com, Yasuo)