diff options
| -rw-r--r-- | PHPINFO | 6 | ||||
| -rw-r--r-- | REFLECTION | 8 | ||||
| -rw-r--r-- | php-pecl-swoole6.spec | 5 |
3 files changed, 11 insertions, 8 deletions
@@ -3,8 +3,8 @@ swoole Swoole => enabled Author => Swoole Team <team@swoole.com> -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 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #128 swoole version 6.2.1 ] { +Extension [ <persistent> extension #160 swoole version 6.2.2 ] { - Dependencies { Dependency [ json (Required) ] @@ -42,11 +42,11 @@ Extension [ <persistent> extension #128 swoole version 6.2.1 ] { } - Constants [420] { - Constant [ <persistent> string SWOOLE_VERSION ] { 6.2.1 } - Constant [ <persistent> int SWOOLE_VERSION_ID ] { 60201 } + Constant [ <persistent> string SWOOLE_VERSION ] { 6.2.2 } + Constant [ <persistent> int SWOOLE_VERSION_ID ] { 60202 } Constant [ <persistent> int SWOOLE_MAJOR_VERSION ] { 6 } Constant [ <persistent> int SWOOLE_MINOR_VERSION ] { 2 } - Constant [ <persistent> int SWOOLE_RELEASE_VERSION ] { 1 } + Constant [ <persistent> int SWOOLE_RELEASE_VERSION ] { 2 } 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 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 <remi@remirepo.net> - 6.2.2-1 +- update to 6.2.2 + * Sat May 16 2026 Remi Collet <remi@remirepo.net> - 6.2.1-1 - update to 6.2.1 |
