From 22d845386efed534eba8fa540fc0256dd77b06db Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 20 Jun 2019 15:35:54 +0200 Subject: - update to 5.0.0RC1 - rename to php-pecl-redis5 - raise dependency on PHP 7 - enable msgpack support - enable json support - update configuration for new options - open https://github.com/phpredis/phpredis/pull/1578 fix extension dependencies and report about json serializer --- PHPINFO | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'PHPINFO') diff --git a/PHPINFO b/PHPINFO index db9be78..732de95 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,8 +2,8 @@ redis Redis Support => enabled -Redis Version => 4.3.0 -Available serializers => php, igbinary +Redis Version => 5.0.0RC1 +Available serializers => php, igbinary, msgpack Available compression => lzf Directive => Local Value => Master Value @@ -22,12 +22,13 @@ redis.arrays.previous => no value => no value redis.arrays.readtimeout => 0 => 0 redis.arrays.retryinterval => 0 => 0 redis.arrays.consistent => 0 => 0 +redis.clusters.cache_slots => 0 => 0 redis.clusters.auth => no value => no value redis.clusters.persistent => 0 => 0 redis.clusters.read_timeout => 0 => 0 redis.clusters.seeds => no value => no value redis.clusters.timeout => 0 => 0 -redis.pconnect.pooling_enabled => 0 => 0 +redis.pconnect.pooling_enabled => 1 => 1 redis.pconnect.connection_limit => 0 => 0 redis.session.locking_enabled => 0 => 0 redis.session.lock_expire => 0 => 0 -- cgit