File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,10 @@ PHP NEWS
57
57
- Session:
58
58
. Fixed bug #72940 (SID always return "name=ID", even if session
59
59
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
61
64
62
65
- SimpleXML:
63
66
. Fixed bug #72971 (SimpleXML isset/unset do not respect namespace). (Nikita)
Original file line number Diff line number Diff line change @@ -238,7 +238,9 @@ PHP 7.1 UPGRADE NOTES
238
238
239
239
- Session:
240
240
. Added session_gc() that performs session data garbage collection.
241
+ https://wiki.php.net/rfc/session-gc
241
242
. Added session_create_id() for creating custom session ID.
243
+ https://wiki.php.net/rfc/session-create-id
242
244
243
245
- Standard:
244
246
. Added is_iterable() that determines if a value will be accepted by the new
You can’t perform that action at this time.
0 commit comments