From b6c457247052c36a60c4d3b53c2256db22a8a62c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 8 Jun 2018 11:55:02 +0200 Subject: update to 4.0.2 open https://github.com/phpredis/phpredis/pull/1365 use PHP_BINARY instead of php and allow override report https://github.com/phpredis/phpredis/issues/1364 missing files in pecl archive add new redis.session.lock* options in provided configuration --- REFLECTION | 32 +++++++++++++++++++++++++------- 1 file changed, 25 insertions(+), 7 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 5a93cf5..176fbbf 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #191 redis version 4.0.2 ] { +Extension [ extension #192 redis version 4.1.0RC1 ] { - Dependencies { Dependency [ igbinary (Required) ] @@ -53,6 +53,18 @@ Extension [ extension #191 redis version 4.0.2 ] { Entry [ redis.clusters.timeout ] Current = '' } + Entry [ redis.session.locking_enabled ] + Current = '' + } + Entry [ redis.session.lock_expire ] + Current = '' + } + Entry [ redis.session.lock_retries ] + Current = '' + } + Entry [ redis.session.lock_wait_time ] + Current = '' + } } - Classes [5] { @@ -353,13 +365,15 @@ Extension [ extension #191 redis version 4.0.2 ] { Method [ public method flushAll ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $async ] } } Method [ public method flushDB ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $async ] } } @@ -1933,13 +1947,15 @@ Extension [ extension #191 redis version 4.0.2 ] { Method [ public method flushall ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $async ] } } Method [ public method flushdb ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $async ] } } @@ -2348,15 +2364,17 @@ Extension [ extension #191 redis version 4.0.2 ] { Method [ public method flushall ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ $key_or_address ] + Parameter #1 [ $async ] } } Method [ public method flushdb ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ $key_or_address ] + Parameter #1 [ $async ] } } -- cgit