diff options
| author | Remi Collet <remi@remirepo.net> | 2025-12-29 08:42:42 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-12-29 08:42:42 +0100 |
| commit | b00bd87cf655ea161706834c4ca594122be6fc81 (patch) | |
| tree | 89553de2c0b8d2cd1f8b60c53b323962101e48ef | |
| parent | fbdf8a8e552fbff0819ec59361b7c7c666f3e005 (diff) | |
| -rw-r--r-- | PHPINFO | 4 | ||||
| -rw-r--r-- | REFLECTION | 8 | ||||
| -rw-r--r-- | php-pecl-swoole6.spec | 5 |
3 files changed, 10 insertions, 7 deletions
@@ -3,8 +3,8 @@ swoole Swoole => enabled Author => Swoole Team <team@swoole.com> -Version => 6.1.5 -Built => Dec 22 2025 00:00:00 +Version => 6.1.6 +Built => Dec 29 2025 00:00:00 host byte order => little endian coroutine => enabled with boost asm context trace_log => enabled @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #120 swoole version 6.1.5 ] { +Extension [ <persistent> extension #120 swoole version 6.1.6 ] { - Dependencies { Dependency [ json (Required) ] @@ -30,11 +30,11 @@ Extension [ <persistent> extension #120 swoole version 6.1.5 ] { } - Constants [416] { - Constant [ <persistent> string SWOOLE_VERSION ] { 6.1.5 } - Constant [ <persistent> int SWOOLE_VERSION_ID ] { 60105 } + Constant [ <persistent> string SWOOLE_VERSION ] { 6.1.6 } + Constant [ <persistent> int SWOOLE_VERSION_ID ] { 60106 } Constant [ <persistent> int SWOOLE_MAJOR_VERSION ] { 6 } Constant [ <persistent> int SWOOLE_MINOR_VERSION ] { 1 } - Constant [ <persistent> int SWOOLE_RELEASE_VERSION ] { 5 } + Constant [ <persistent> int SWOOLE_RELEASE_VERSION ] { 6 } Constant [ <persistent> string SWOOLE_EXTRA_VERSION ] { } Constant [ <persistent> bool SWOOLE_DEBUG ] { } Constant [ <persistent> bool SWOOLE_HAVE_COMPRESSION ] { 1 } diff --git a/php-pecl-swoole6.spec b/php-pecl-swoole6.spec index 41ecfd8..25fd1ce 100644 --- a/php-pecl-swoole6.spec +++ b/php-pecl-swoole6.spec @@ -48,7 +48,7 @@ %bcond_without curl %bcond_without nghttpd2 -%global upstream_version 6.1.5 +%global upstream_version 6.1.6 #global upstream_prever RC2 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} %global _configure ../%{sources}/configure @@ -385,6 +385,9 @@ cd ../ZTS %changelog +* Mon Dec 29 2025 Remi Collet <remi@remirepo.net> - 6.1.6-1 +- update to 6.1.6 + * Mon Dec 22 2025 Remi Collet <remi@remirepo.net> - 6.1.5-1 - update to 6.1.5 - open https://github.com/swoole/swoole-src/issues/5966 build failure with PHP 8.1 |
