From e5c9bb916edb3839035b28e6dcdd22a3dc972559 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 Sep 2017 15:03:42 +0200 Subject: update to 3.1.4RC3 (beta) --- REFLECTION | 7 ++++++- php-pecl-redis.spec | 5 ++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/REFLECTION b/REFLECTION index fb67527..c75d4ea 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #180 redis version 3.1.4RC2 ] { +Extension [ extension #180 redis version 3.1.4RC3 ] { - Dependencies { Dependency [ igbinary (Required) ] @@ -757,6 +757,11 @@ Extension [ extension #180 redis version 3.1.4RC2 ] { } Method [ public method __call ] { + + - Parameters [2] { + Parameter #0 [ $function_name ] + Parameter #1 [ $arguments ] + } } Method [ public method _hosts ] { diff --git a/php-pecl-redis.spec b/php-pecl-redis.spec index 86ca695..32ef73b 100644 --- a/php-pecl-redis.spec +++ b/php-pecl-redis.spec @@ -28,7 +28,7 @@ %global ini_name 50-%{pecl_name}.ini %endif %global upstream_version 3.1.4 -%global upstream_prever RC2 +%global upstream_prever RC3 Summary: Extension for communicating with the Redis key-value store Name: %{?sub_prefix}php-pecl-redis @@ -306,6 +306,9 @@ fi %changelog +* Wed Sep 13 2017 Remi Collet - 3.1.4~RC3-1 +- update to 3.1.4RC3 (beta) + * Wed Sep 13 2017 Remi Collet - 3.1.4~RC2-1 - update to 3.1.4RC2 (beta) - open https://github.com/phpredis/phpredis/issues/1236 -- cgit