diff options
| author | Remi Collet <remi@remirepo.net> | 2025-10-30 16:21:19 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-10-30 16:21:19 +0100 | 
| commit | ad79ca8d1e3b1d5905106fada7dd2e1091088157 (patch) | |
| tree | cbce00a5542dc0ee6148847c57ba5fba5682cc5b | |
| parent | e82c414c3657779950323f3d5aa2b552582b4305 (diff) | |
| -rw-r--r-- | PHPINFO | 6 | ||||
| -rw-r--r-- | REFLECTION | 10 | ||||
| -rw-r--r-- | php-pecl-swoole6.spec | 14 | 
3 files changed, 18 insertions, 12 deletions
@@ -3,8 +3,8 @@ swoole  Swoole => enabled  Author => Swoole Team <team@swoole.com> -Version => 6.1.0RC2 -Built => Oct 14 2025 00:00:00 +Version => 6.1.1 +Built => Oct 30 2025 00:00:00  host byte order => little endian  coroutine => enabled with boost asm context  trace_log => enabled @@ -15,7 +15,7 @@ cpu_affinity => enabled  spinlock => enabled  rwlock => enabled  sockets => enabled -openssl => OpenSSL 3.2.4 11 Feb 2025 +openssl => OpenSSL 3.2.6 30 Sep 2025  dtls => enabled  http2 => enabled  json => enabled @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #119 swoole version 6.1.0RC2 ] { +Extension [ <persistent> extension #120 swoole version 6.1.1 ] {    - Dependencies {      Dependency [ json (Required) ] @@ -30,11 +30,11 @@ Extension [ <persistent> extension #119 swoole version 6.1.0RC2 ] {    }    - Constants [415] { -    Constant [ string SWOOLE_VERSION ] { 6.1.0RC2 } -    Constant [ int SWOOLE_VERSION_ID ] { 60100 } +    Constant [ string SWOOLE_VERSION ] { 6.1.1 } +    Constant [ int SWOOLE_VERSION_ID ] { 60101 }      Constant [ int SWOOLE_MAJOR_VERSION ] { 6 }      Constant [ int SWOOLE_MINOR_VERSION ] { 1 } -    Constant [ int SWOOLE_RELEASE_VERSION ] { 0 } +    Constant [ int SWOOLE_RELEASE_VERSION ] { 1 }      Constant [ string SWOOLE_EXTRA_VERSION ] {  }      Constant [ bool SWOOLE_DEBUG ] {  }      Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } @@ -1888,7 +1888,7 @@ Extension [ <persistent> extension #119 swoole version 6.1.0RC2 ] {            - Parameters [1] {              Parameter #0 [ <required> bool $blocking ]            } -          - Return [ void ] +          - Return [ bool ]          }          Method [ <internal:swoole> public method useQueue ] { diff --git a/php-pecl-swoole6.spec b/php-pecl-swoole6.spec index 965faf2..707019a 100644 --- a/php-pecl-swoole6.spec +++ b/php-pecl-swoole6.spec @@ -48,15 +48,15 @@  %bcond_without     curl  %bcond_without     nghttpd2 -%global upstream_version 6.1.0 -%global upstream_prever  RC2 +%global upstream_version 6.1.1 +#global upstream_prever  RC2  %global sources          %{pecl_name}-%{upstream_version}%{?upstream_prever}  %global _configure       ../%{sources}/configure  Summary:        PHP's asynchronous concurrent distributed networking framework  Name:           %{?scl_prefix}php-pecl-%{pecl_name}6  Version:        %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release:        1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        1%{?dist}  # Extension is Apache-2.0  # BSD-3-Clause: Hiredis  # MIT: nlohmann/json, nghttp2, llhttp @@ -67,7 +67,7 @@ Source0:        https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upst  BuildRequires:  make  BuildRequires:  %{?dtsprefix}gcc  BuildRequires:  %{?dtsprefix}gcc-c++ -BuildRequires:  %{?scl_prefix}php-devel >= 8.1 +BuildRequires: (%{?scl_prefix}php-devel >= 8.1 with %{?scl_prefix}php-devel < 8.5)  BuildRequires:  %{?scl_prefix}php-pear  BuildRequires:  %{?scl_prefix}php-curl  BuildRequires:  %{?scl_prefix}php-json @@ -385,6 +385,12 @@ cd ../ZTS  %changelog +* Thu Oct 30 2025 Remi Collet <remi@remirepo.net> - 6.1.1-1 +- update to 6.1.1 + +* Fri Oct 24 2025 Remi Collet <remi@remirepo.net> - 6.1.0-1 +- update to 6.1.0 +  * Tue Oct 14 2025 Remi Collet <remi@remirepo.net> - 6.1.0~RC2-1  - update to 6.1.0RC2  | 
