From 064e8ad7c5c6b927cf1b96abb8a1b44dd9a96e73 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 26 Jun 2019 06:09:47 +0200 Subject: 5.0.0RC2 --- PHPINFO | 4 ++-- REFLECTION | 4 +++- php-pecl-redis5.spec | 5 ++++- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index 732de95..9d83db0 100644 --- a/PHPINFO +++ b/PHPINFO @@ -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 diff --git a/REFLECTION b/REFLECTION index 415e43a..4d3cdaa 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,7 +1,9 @@ -Extension [ extension #198 redis version 5.0.0RC1 ] { +Extension [ 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 - 5.0.0~RC2-1 +- update to 5.0.0RC2 + * Thu Jun 20 2019 Remi Collet - 5.0.0~RC1-1 - update to 5.0.0RC1 - rename to php-pecl-redis5 -- cgit