summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2016-08-30 16:05:49 +0900
committerYasuo Ohgaki <yohgaki@php.net>2016-08-30 16:05:49 +0900
commit4a12450de2c0be6b456ef6dca628671b67b0c7a6 (patch)
treec43614b0ab250d74d873e1c85fd5bd6da3da9bbd
parentf5cd6e5710218747aba7e38bee4055e4d93f8af9 (diff)
downloadphp-git-4a12450de2c0be6b456ef6dca628671b67b0c7a6.tar.gz
Update NEWS
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ed548fa372..5a3a8291d2 100644
--- a/NEWS
+++ b/NEWS
@@ -46,6 +46,11 @@ PHP NEWS
- Reflection:
. Reverted prepending \ for class names. (Trowski)
+- Session:
+ . Fixed bug #72940 (SID always return "name=ID", even if session
+ cookie exist). (Yasuo)
+ . Implemented session_gc() and session_create_id() functions. (Yasuo)
+
- Standard:
. Fixed bug #72920 (Accessing a private constant using constant() creates
an exception AND warning). (Laruence)