diff options
| author | Remi Collet <remi@remirepo.net> | 2025-03-21 07:25:48 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-03-21 07:25:48 +0100 | 
| commit | bf2cb99dccd17112acc465c916e01c1e15907242 (patch) | |
| tree | 9dd0d5adcef031e25d6ad65efd366e970beb0a6c | |
| parent | 9785bd5e7266874561b07a9ca8b4a1893e424cd0 (diff) | |
new test build for upcoming 6.2.0
| -rw-r--r-- | REFLECTION | 16 | ||||
| -rw-r--r-- | php-pecl-redis6.spec | 5 | 
2 files changed, 19 insertions, 2 deletions
@@ -178,7 +178,7 @@ Extension [ <persistent> extension #131 redis version 6.2.0 ] {        - Properties [0] {        } -      - Methods [258] { +      - Methods [260] {          Method [ <internal:redis, ctor> public method __construct ] {            - Parameters [1] { @@ -928,6 +928,20 @@ Extension [ <persistent> extension #131 redis version 6.2.0 ] {            - Return [ int ]          } +        Method [ <internal:redis> public method serverName ] { + +          - Parameters [0] { +          } +          - Return [ string|false ] +        } + +        Method [ <internal:redis> public method serverVersion ] { + +          - Parameters [0] { +          } +          - Return [ string|false ] +        } +          Method [ <internal:redis> public method getRange ] {            - Parameters [3] { diff --git a/php-pecl-redis6.spec b/php-pecl-redis6.spec index ecb6f9d..34dbe7c 100644 --- a/php-pecl-redis6.spec +++ b/php-pecl-redis6.spec @@ -40,7 +40,7 @@  Summary:       PHP extension for interfacing with key-value stores  Name:          %{?scl_prefix}php-pecl-redis6  Version:       %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release:       0%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:       0.1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:       PHP-3.01  URL:           https://pecl.php.net/package/redis  Source0:       https://pecl.php.net/get/%{sources}.tgz @@ -341,6 +341,9 @@ exit $ret  %changelog +* Fri Mar 21 2025 Remi Collet <remi@remirepo.net> - 6.2.0-0.1 +- new test build for upcoming 6.2.0 +  * Wed Mar 19 2025 Remi Collet <remi@remirepo.net> - 6.2.0-0  - test build for upcoming 6.2.0  | 
