diff options
-rw-r--r-- | PHPINFO | 4 | ||||
-rw-r--r-- | REFLECTION | 4 | ||||
-rw-r--r-- | php-pecl-redis5.spec | 5 |
3 files changed, 9 insertions, 4 deletions
@@ -2,8 +2,8 @@ redis Redis Support => enabled -Redis Version => 5.0.0RC1 -Available serializers => php, igbinary, msgpack +Redis Version => 5.0.0RC2 +Available serializers => php, json, igbinary, msgpack Available compression => lzf Directive => Local Value => Master Value @@ -1,7 +1,9 @@ -Extension [ <persistent> extension #198 redis version 5.0.0RC1 ] { +Extension [ <persistent> extension #196 redis version 5.0.0RC2 ] { - Dependencies { Dependency [ igbinary (Required) ] + Dependency [ msgpack (Required) ] + Dependency [ json (Required) ] Dependency [ session (Required) ] } diff --git a/php-pecl-redis5.spec b/php-pecl-redis5.spec index ecf955f..bc5fd33 100644 --- a/php-pecl-redis5.spec +++ b/php-pecl-redis5.spec @@ -25,7 +25,7 @@ %global ini_name 50-%{pecl_name}.ini %global upstream_version 5.0.0 -%global upstream_prever RC1 +%global upstream_prever RC2 Summary: Extension for communicating with the Redis key-value store Name: %{?sub_prefix}php-pecl-redis5 @@ -349,6 +349,9 @@ fi %changelog +* Wed Jun 26 2019 Remi Collet <remi@remirepo.net> - 5.0.0~RC2-1 +- update to 5.0.0RC2 + * Thu Jun 20 2019 Remi Collet <remi@remirepo.net> - 5.0.0~RC1-1 - update to 5.0.0RC1 - rename to php-pecl-redis5 |