Skip to content

Commit 4f07f0e

Browse files
author
Yasuo Ohgaki
committed
Update NEWS and UPGRADING
1 parent a4a2f66 commit 4f07f0e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

NEWS

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,10 @@ PHP NEWS
5757
- Session:
5858
. Fixed bug #72940 (SID always return "name=ID", even if session
5959
cookie exist). (Yasuo)
60-
. Implemented session_gc() and session_create_id() functions. (Yasuo)
60+
. Implemented session_gc() (Yasuo)
61+
https://wiki.php.net/rfc/session-create-id
62+
. Implemented session_create_id() (Yasuo)
63+
https://wiki.php.net/rfc/session-gc
6164

6265
- SimpleXML:
6366
. Fixed bug #72971 (SimpleXML isset/unset do not respect namespace). (Nikita)

UPGRADING

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,9 @@ PHP 7.1 UPGRADE NOTES
238238

239239
- Session:
240240
. Added session_gc() that performs session data garbage collection.
241+
https://wiki.php.net/rfc/session-gc
241242
. Added session_create_id() for creating custom session ID.
243+
https://wiki.php.net/rfc/session-create-id
242244

243245
- Standard:
244246
. Added is_iterable() that determines if a value will be accepted by the new

0 commit comments

Comments
 (0)