From c140829e1d9ed18b9107b1982eb2738e43c40b3f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 20 Mar 2020 07:23:36 +0100 Subject: v5.2.1 --- PHPINFO | 2 +- REFLECTION | 8 +++++--- php-pecl-redis5.spec | 5 ++++- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/PHPINFO b/PHPINFO index 6e59add..894a531 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ redis Redis Support => enabled -Redis Version => 5.2.0 +Redis Version => 5.2.1 Redis Sentinel Version => 0.1 Available serializers => php, json, igbinary, msgpack Available compression => lzf, zstd diff --git a/REFLECTION b/REFLECTION index f68cf64..c64588a 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #110 redis version 5.2.0 ] { +Extension [ extension #111 redis version 5.2.1 ] { - Dependencies { Dependency [ igbinary (Required) ] @@ -1615,10 +1615,11 @@ Extension [ extension #110 redis version 5.2.0 ] { Method [ public method zAdd ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ $key ] Parameter #1 [ $score ] Parameter #2 [ $value ] + Parameter #3 [ ...$extra_args ] } } @@ -3662,10 +3663,11 @@ Extension [ extension #110 redis version 5.2.0 ] { Method [ public method zadd ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ $key ] Parameter #1 [ $score ] Parameter #2 [ $value ] + Parameter #3 [ ...$extra_args ] } } diff --git a/php-pecl-redis5.spec b/php-pecl-redis5.spec index e11a6a4..dc848e6 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.0 +%global upstream_version 5.2.1 #global upstream_prever RC2 Summary: Extension for communicating with the Redis key-value store @@ -341,6 +341,9 @@ fi %changelog +* Fri Mar 20 2020 Remi Collet - 5.2.1-1 +- update to 5.2.1 + * Mon Mar 2 2020 Remi Collet - 5.2.0-1 - update to 5.2.0 -- cgit