From: Yasuo Ohgaki Date: Wed, 31 Aug 2016 20:52:29 +0000 (+0900) Subject: Update UPGRADING X-Git-Tag: php-7.2.0alpha1~1388 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=567f19dd89235ebd7c235939b8d57cb122778f76;p=php Update UPGRADING --- diff --git a/UPGRADING b/UPGRADING index c89f46d5cf..19ae8a81d3 100644 --- a/UPGRADING +++ b/UPGRADING @@ -49,6 +49,13 @@ PHP 7.1 UPGRADE NOTES . Added mb_chr() and mb_ord(). . Added mb_scurb() that scrub broken multibyte strings. +- Session: + . Implemented session_gc() + https://wiki.php.net/rfc/session-gc + . Implemented session_create_id() + https://wiki.php.net/rfc/session-create-id + + ======================================== 7. New Classes and Interfaces ========================================