diff options
| author | Remi Collet <remi@remirepo.net> | 2018-08-05 07:13:28 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-08-05 07:13:28 +0200 | 
| commit | 2b443682e9a77771a47f2c1522915181926e3e01 (patch) | |
| tree | 054eb120872b99b080ab5b256a342e8f1914728b | |
| parent | 1e26d58349605bac1c4890ff3a5ec838ec7cb818 (diff) | |
v4.1.1
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 12 | ||||
| -rw-r--r-- | php-pecl-redis4.spec | 7 | 
3 files changed, 11 insertions, 10 deletions
| @@ -2,6 +2,6 @@  redis  Redis Support => enabled -Redis Version => 4.1.0 +Redis Version => 4.1.1  Available serializers => php, igbinary  Available compression => lzf @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #192 redis version 4.1.0 ] { +Extension [ <persistent> extension #192 redis version 4.1.1 ] {    - Dependencies {      Dependency [ igbinary (Required) ] @@ -1187,11 +1187,10 @@ Extension [ <persistent> extension #192 redis version 4.1.0 ] {          Method [ <internal:redis> public method set ] { -          - Parameters [4] { +          - Parameters [3] {              Parameter #0 [ <required> $key ]              Parameter #1 [ <required> $value ] -            Parameter #2 [ <optional> $timeout ] -            Parameter #3 [ <optional> $opt ] +            Parameter #2 [ <optional> $opts ]            }          } @@ -3031,11 +3030,10 @@ Extension [ <persistent> extension #192 redis version 4.1.0 ] {          Method [ <internal:redis> public method set ] { -          - Parameters [4] { +          - Parameters [3] {              Parameter #0 [ <required> $key ]              Parameter #1 [ <required> $value ] -            Parameter #2 [ <optional> $timeout ] -            Parameter #3 [ <optional> $opt ] +            Parameter #2 [ <optional> $opts ]            }          } diff --git a/php-pecl-redis4.spec b/php-pecl-redis4.spec index 37537c7..85a93b6 100644 --- a/php-pecl-redis4.spec +++ b/php-pecl-redis4.spec @@ -28,13 +28,13 @@  # after 40-igbinary  %global ini_name    50-%{pecl_name}.ini  %endif -%global upstream_version 4.1.0 +%global upstream_version 4.1.1  #global upstream_prever  RC3  Summary:       Extension for communicating with the Redis key-value store  Name:          %{?sub_prefix}php-pecl-redis4  Version:       %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release:       2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:       1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  Source0:       http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz  License:       PHP  URL:           http://pecl.php.net/package/redis @@ -330,6 +330,9 @@ fi  %changelog +* Sun Aug  5 2018 Remi Collet <remi@remirepo.net> - 4.1.1-1 +- update to 4.1.1 +  * Tue Jul 17 2018 Remi Collet <remi@remirepo.net> - 4.1.0-2  - rebuld for 7.3.0alpha4 new ABI | 
