diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-redis5.spec | 7 |
3 files changed, 7 insertions, 4 deletions
@@ -2,7 +2,7 @@ redis Redis Support => enabled -Redis Version => 5.3.5 +Redis Version => 5.3.6 Redis Sentinel Version => 0.1 Available serializers => php, json, igbinary, msgpack Available compression => lzf, zstd, lz4 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #118 redis version 5.3.5 ] { +Extension [ <persistent> extension #117 redis version 5.3.6 ] { - Dependencies { Dependency [ igbinary (Required) ] diff --git a/php-pecl-redis5.spec b/php-pecl-redis5.spec index d2c2eeb..fd5f43a 100644 --- a/php-pecl-redis5.spec +++ b/php-pecl-redis5.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-redis5 # -# Copyright (c) 2012-2021 Remi Collet +# Copyright (c) 2012-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -25,7 +25,7 @@ # after 20-json, 40-igbinary and 40-msgpack %global ini_name 50-%{pecl_name}.ini -%global upstream_version 5.3.5 +%global upstream_version 5.3.6 #global upstream_prever RC1 Summary: Extension for communicating with the Redis key-value store @@ -354,6 +354,9 @@ fi %changelog +* Tue Jan 18 2022 Remi Collet <remi@remirepo.net> - 5.3.6-1 +- update to 5.3.6 + * Mon Dec 20 2021 Remi Collet <remi@remirepo.net> - 5.3.5-1 - update to 5.3.5 |