summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2016-09-01 10:32:34 +0900
committerYasuo Ohgaki <yohgaki@php.net>2016-09-01 10:32:34 +0900
commit4f07f0e93ff50cb238fcf249da4a4a656b6f33ff (patch)
treed0905b3c8d45afde83bce7d3fee4d12f8cdfb732 /UPGRADING
parenta4a2f66e75b07583267be9f72b6cf968d73977b9 (diff)
downloadphp-git-4f07f0e93ff50cb238fcf249da4a4a656b6f33ff.tar.gz
Update NEWS and UPGRADING
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING2
1 files changed, 2 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index d7d0b00c9d..e896be3daf 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -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