diff options
author | Remi Collet <remi@remirepo.net> | 2018-06-08 11:55:02 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-06-08 11:55:02 +0200 |
commit | b6c457247052c36a60c4d3b53c2256db22a8a62c (patch) | |
tree | d78eb45784a9c3c3b2d6d13e9fe9f1b887456188 /REFLECTION | |
parent | a4b4a23c74418534d48cee41123c93277cb08155 (diff) |
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
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 32 |
1 files changed, 25 insertions, 7 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #191 redis version 4.0.2 ] { +Extension [ <persistent> extension #192 redis version 4.1.0RC1 ] { - Dependencies { Dependency [ igbinary (Required) ] @@ -53,6 +53,18 @@ Extension [ <persistent> extension #191 redis version 4.0.2 ] { Entry [ redis.clusters.timeout <ALL> ] Current = '' } + Entry [ redis.session.locking_enabled <ALL> ] + Current = '' + } + Entry [ redis.session.lock_expire <ALL> ] + Current = '' + } + Entry [ redis.session.lock_retries <ALL> ] + Current = '' + } + Entry [ redis.session.lock_wait_time <ALL> ] + Current = '' + } } - Classes [5] { @@ -353,13 +365,15 @@ Extension [ <persistent> extension #191 redis version 4.0.2 ] { Method [ <internal:redis> public method flushAll ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <optional> $async ] } } Method [ <internal:redis> public method flushDB ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <optional> $async ] } } @@ -1933,13 +1947,15 @@ Extension [ <persistent> extension #191 redis version 4.0.2 ] { Method [ <internal:redis> public method flushall ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <optional> $async ] } } Method [ <internal:redis> public method flushdb ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <optional> $async ] } } @@ -2348,15 +2364,17 @@ Extension [ <persistent> extension #191 redis version 4.0.2 ] { Method [ <internal:redis> public method flushall ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> $key_or_address ] + Parameter #1 [ <optional> $async ] } } Method [ <internal:redis> public method flushdb ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> $key_or_address ] + Parameter #1 [ <optional> $async ] } } |