From f103aee5052e18030d2a7db541614695c0c24a5e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 16 May 2026 08:02:25 +0200 Subject: update to 6.1.8 --- PHPINFO | 4 ++-- REFLECTION | 8 ++++---- php-pecl-swoole6.spec | 5 ++++- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/PHPINFO b/PHPINFO index 48baf7f..0f345c6 100644 --- a/PHPINFO +++ b/PHPINFO @@ -3,8 +3,8 @@ swoole Swoole => enabled Author => Swoole Team -Version => 6.1.7 -Built => Feb 25 2026 00:00:00 +Version => 6.1.8 +Built => Apr 29 2026 00:00:00 host byte order => little endian coroutine => enabled with boost asm context trace_log => enabled diff --git a/REFLECTION b/REFLECTION index 8dbe7bd..e811d0c 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #120 swoole version 6.1.7 ] { +Extension [ extension #66 swoole version 6.1.8 ] { - Dependencies { Dependency [ json (Required) ] @@ -30,11 +30,11 @@ Extension [ extension #120 swoole version 6.1.7 ] { } - Constants [416] { - Constant [ string SWOOLE_VERSION ] { 6.1.7 } - Constant [ int SWOOLE_VERSION_ID ] { 60107 } + Constant [ string SWOOLE_VERSION ] { 6.1.8 } + Constant [ int SWOOLE_VERSION_ID ] { 60108 } Constant [ int SWOOLE_MAJOR_VERSION ] { 6 } Constant [ int SWOOLE_MINOR_VERSION ] { 1 } - Constant [ int SWOOLE_RELEASE_VERSION ] { 7 } + Constant [ int SWOOLE_RELEASE_VERSION ] { 8 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ bool SWOOLE_DEBUG ] { } Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } diff --git a/php-pecl-swoole6.spec b/php-pecl-swoole6.spec index 0f7bb4c..79b6d04 100644 --- a/php-pecl-swoole6.spec +++ b/php-pecl-swoole6.spec @@ -43,7 +43,7 @@ %bcond_without curl %bcond_without nghttpd2 -%global upstream_version 6.1.7 +%global upstream_version 6.1.8 #global upstream_prever RC2 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} %global _configure ../%{sources}/configure @@ -372,6 +372,9 @@ cd ../ZTS %changelog +* Wed Apr 29 2026 Remi Collet - 6.1.8-1 +- update to 6.1.8 + * Wed Feb 25 2026 Remi Collet - 6.1.7-1 - update to 6.1.7 -- cgit