From 4a469e5000d45df08c634f9be8a901e544e8b7b7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 6 May 2020 07:34:22 +0200 Subject: update to 5.2.2 --- php-pecl-redis5.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'php-pecl-redis5.spec') diff --git a/php-pecl-redis5.spec b/php-pecl-redis5.spec index dc848e6..68e98f6 100644 --- a/php-pecl-redis5.spec +++ b/php-pecl-redis5.spec @@ -24,7 +24,7 @@ # after 20-json, 40-igbinary and 40-msgpack %global ini_name 50-%{pecl_name}.ini -%global upstream_version 5.2.1 +%global upstream_version 5.2.2 #global upstream_prever RC2 Summary: Extension for communicating with the Redis key-value store @@ -181,8 +181,9 @@ extension = %{pecl_name}.so ;redis.clusters.read_timeout = 0 ;redis.clusters.seeds = '' ;redis.clusters.timeout = 0 -;redis.pconnect.connection_limit = 0 ;redis.pconnect.pooling_enabled = 1 +;redis.pconnect.connection_limit = 0 +;redis.pconnect.echo_check_liveness = 1 ;redis.session.lock_expire = 0 ;redis.session.lock_retries = 10 ;redis.session.lock_wait_time = 2000 @@ -341,6 +342,9 @@ fi %changelog +* Wed May 6 2020 Remi Collet - 5.2.2-1 +- update to 5.2.2 + * Fri Mar 20 2020 Remi Collet - 5.2.1-1 - update to 5.2.1 -- cgit