diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2016-09-01 10:12:16 +0900 |
---|---|---|
committer | Yasuo Ohgaki <yohgaki@php.net> | 2016-09-01 10:12:16 +0900 |
commit | 5366df75b4637bfeefc3e4dc75c83a42a61dd7f9 (patch) | |
tree | e9defed2a73c10b1e45b2a4657bfccdf679c07f1 | |
parent | 90352bb4a2c96321c52f1b3c591583a64ce72f1a (diff) | |
download | php-git-5366df75b4637bfeefc3e4dc75c83a42a61dd7f9.tar.gz |
Revert "Fix NEWS"
This reverts commit abc2271b8dc43cb0ec14d9b5924d9f167abf82fc.
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |