summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-07-09 06:03:44 +0200
committerRemi Collet <remi@php.net>2026-07-09 06:03:44 +0200
commit210e15460dc9b27de1489f1c155c7bdfaf6b6ddb (patch)
tree1b5a7c8478452abbc794fead509fe841bf0096bb
parent8cb6aa19785469249d388ccfc269fd6f2de01f46 (diff)
update to 6.2.2HEADmaster
-rw-r--r--PHPINFO6
-rw-r--r--REFLECTION8
-rw-r--r--php-pecl-swoole6.spec5
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 <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
diff --git a/REFLECTION b/REFLECTION
index 6216a76..1229473 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -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