summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2014-01-16 11:41:30 +0900
committerYasuo Ohgaki <yohgaki@php.net>2014-01-16 11:41:30 +0900
commitffcff225fd4c20144470c3b2c9868d78ecda87e6 (patch)
tree6dfd48530412cb579e56817f910fa2b7c5a92e79
parent744f38c2d67f6376595b66eeae8c1f0ea5c5bd31 (diff)
downloadphp-git-ffcff225fd4c20144470c3b2c9868d78ecda87e6.tar.gz
Update NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5564c07e2d..7dec1e52f1 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,8 @@ PHP NEWS
- Session
. Fixed 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)
- Standard
. Fixed bug #66395 (basename function doesn't remove drive letter). (Anatol)