From 210e15460dc9b27de1489f1c155c7bdfaf6b6ddb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 9 Jul 2026 06:03:44 +0200 Subject: update to 6.2.2 --- PHPINFO | 6 +++--- REFLECTION | 8 ++++---- php-pecl-swoole6.spec | 5 ++++- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/PHPINFO b/PHPINFO index b1552df..31ee5d1 100644 --- a/PHPINFO +++ b/PHPINFO @@ -3,8 +3,8 @@ swoole Swoole => enabled Author => Swoole Team -Version => 6.2.1 -Built => May 16 2026 00:00:00 +Version => 6.2.2 +Built => Jul 9 2026 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.5.4 30 Sep 2025 +openssl => OpenSSL 3.5.7 9 Jun 2026 dtls => enabled http2 => enabled json => enabled diff --git a/REFLECTION b/REFLECTION index 6216a76..1229473 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #128 swoole version 6.2.1 ] { +Extension [ extension #160 swoole version 6.2.2 ] { - Dependencies { Dependency [ json (Required) ] @@ -42,11 +42,11 @@ Extension [ extension #128 swoole version 6.2.1 ] { } - Constants [420] { - Constant [ string SWOOLE_VERSION ] { 6.2.1 } - Constant [ int SWOOLE_VERSION_ID ] { 60201 } + Constant [ string SWOOLE_VERSION ] { 6.2.2 } + Constant [ int SWOOLE_VERSION_ID ] { 60202 } Constant [ int SWOOLE_MAJOR_VERSION ] { 6 } Constant [ int SWOOLE_MINOR_VERSION ] { 2 } - Constant [ int SWOOLE_RELEASE_VERSION ] { 1 } + Constant [ int SWOOLE_RELEASE_VERSION ] { 2 } 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 e1b5115..b299d8c 100644 --- a/php-pecl-swoole6.spec +++ b/php-pecl-swoole6.spec @@ -53,7 +53,7 @@ %bcond_with ssh2 %bcond_with ftp -%global upstream_version 6.2.1 +%global upstream_version 6.2.2 #global upstream_prever RC2 %global sources %{archivename} %global _configure ../%{sources}/configure @@ -388,6 +388,9 @@ cd ../ZTS %changelog +* Thu Jul 9 2026 Remi Collet - 6.2.2-1 +- update to 6.2.2 + * Sat May 16 2026 Remi Collet - 6.2.1-1 - update to 6.2.1 -- cgit