]> granicus.if.org Git - php/commitdiff
Update UPGRADING
authorYasuo Ohgaki <yohgaki@php.net>
Wed, 31 Aug 2016 18:24:06 +0000 (03:24 +0900)
committerYasuo Ohgaki <yohgaki@php.net>
Wed, 31 Aug 2016 18:24:50 +0000 (03:24 +0900)
UPGRADING

index 410a0f25732a6858b8bffab7216cc7f6e373ceb6..d7d0b00c9d55c33d37a90a17e78c2cfbe48c1b3f 100644 (file)
--- 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.