diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2016-09-01 03:24:06 +0900 |
---|---|---|
committer | Yasuo Ohgaki <yohgaki@php.net> | 2016-09-01 03:24:50 +0900 |
commit | 80d514d294a48c7697fd81402cfd290786297256 (patch) | |
tree | 8c899d1d55778ba4863014b6f330c84b9b22357b | |
parent | f17d67123f02801b34a5549f3b479b926398fbd9 (diff) | |
download | php-git-80d514d294a48c7697fd81402cfd290786297256.tar.gz |
Update UPGRADING
-rw-r--r-- | UPGRADING | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -236,6 +236,10 @@ PHP 7.1 UPGRADE NOTES . Added pcntl_signal_get_handler() that returns the current signal handler for a particular signal. +- Session: + . Added session_gc() that performs session data garbage collection. + . Added session_create_id() for creating custom session ID. + - Standard: . Added is_iterable() that determines if a value will be accepted by the new iterable pseudo-type. |