From: Yasuo Ohgaki Date: Wed, 31 Aug 2016 18:24:06 +0000 (+0900) Subject: Update UPGRADING X-Git-Tag: php-7.1.0RC2~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80d514d294a48c7697fd81402cfd290786297256;p=php Update UPGRADING --- diff --git a/UPGRADING b/UPGRADING index 410a0f2573..d7d0b00c9d 100644 --- a/UPGRADING +++ b/UPGRADING @@ -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.