summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2014-07-19 10:13:15 +0900
committerYasuo Ohgaki <yohgaki@php.net>2014-07-19 10:13:15 +0900
commitf19eb82f7c2009cd5b6252173b5ea0e6fbfd4852 (patch)
tree27a2f39f9e6388352de1c9b3f52ff97a514f8db7
parentd0d5a1c444e1cf87dc947d733619a0238c8a0c34 (diff)
downloadphp-git-f19eb82f7c2009cd5b6252173b5ea0e6fbfd4852.tar.gz
Update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7bd2eda384..b5ca27adb0 100644
--- a/NEWS
+++ b/NEWS
@@ -43,6 +43,10 @@ PHP NEWS
sorting). (research at insighti dot org, Laruence)
. Fixed bug #67538 (SPL Iterators use-after-free). (CVE-2014-4670) (Laruence)
+- Session:
+ . Fixed bug #66827 (Session raises E_NOTICE when session name variable is array).
+ (Yasuo)
+
- OPCache:
. Fixed bug #67215 (php-cgi work with opcache, may be segmentation fault
happen) (Dmitry, Laruence)