diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2016-09-01 10:32:34 +0900 |
---|---|---|
committer | Yasuo Ohgaki <yohgaki@php.net> | 2016-09-01 10:32:34 +0900 |
commit | 4f07f0e93ff50cb238fcf249da4a4a656b6f33ff (patch) | |
tree | d0905b3c8d45afde83bce7d3fee4d12f8cdfb732 /UPGRADING | |
parent | a4a2f66e75b07583267be9f72b6cf968d73977b9 (diff) | |
download | php-git-4f07f0e93ff50cb238fcf249da4a4a656b6f33ff.tar.gz |
Update NEWS and UPGRADING
Diffstat (limited to 'UPGRADING')
-rw-r--r-- | UPGRADING | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -238,7 +238,9 @@ PHP 7.1 UPGRADE NOTES - Session: . Added session_gc() that performs session data garbage collection. + https://wiki.php.net/rfc/session-gc . Added session_create_id() for creating custom session ID. + https://wiki.php.net/rfc/session-create-id - Standard: . Added is_iterable() that determines if a value will be accepted by the new |