summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2016-09-01 10:12:16 +0900
committerYasuo Ohgaki <yohgaki@php.net>2016-09-01 10:12:16 +0900
commit5366df75b4637bfeefc3e4dc75c83a42a61dd7f9 (patch)
treee9defed2a73c10b1e45b2a4657bfccdf679c07f1
parent90352bb4a2c96321c52f1b3c591583a64ce72f1a (diff)
downloadphp-git-5366df75b4637bfeefc3e4dc75c83a42a61dd7f9.tar.gz
Revert "Fix NEWS"
This reverts commit abc2271b8dc43cb0ec14d9b5924d9f167abf82fc.
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1f0073c2bd..ea8012ec7f 100644
--- a/NEWS
+++ b/NEWS
@@ -57,6 +57,7 @@ PHP NEWS
- Session:
. Fixed bug #72940 (SID always return "name=ID", even if session
cookie exist). (Yasuo)
+ . Implemented session_gc() and session_create_id() functions. (Yasuo)
- SimpleXML:
. Fixed bug #72971 (SimpleXML isset/unset do not respect namespace). (Nikita)