From a3e8be2fa104a176399d4e410056c201d893edcd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 11 Mar 2026 09:18:34 +0100 Subject: update to 6.2.0 drop pear/pecl dependency sources from github --- REFLECTION | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 4c2179d..bb62db4 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #120 swoole version 6.2.0RC2 ] { +Extension [ extension #121 swoole version 6.2.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -41,13 +41,13 @@ Extension [ extension #120 swoole version 6.2.0RC2 ] { } } - - Constants [418] { - Constant [ string SWOOLE_VERSION ] { 6.2.0RC2 } + - Constants [420] { + Constant [ string SWOOLE_VERSION ] { 6.2.0 } Constant [ int SWOOLE_VERSION_ID ] { 60200 } Constant [ int SWOOLE_MAJOR_VERSION ] { 6 } Constant [ int SWOOLE_MINOR_VERSION ] { 2 } Constant [ int SWOOLE_RELEASE_VERSION ] { 0 } - Constant [ string SWOOLE_EXTRA_VERSION ] { RC2 } + Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ bool SWOOLE_DEBUG ] { } Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } Constant [ bool SWOOLE_HAVE_ZLIB ] { 1 } @@ -290,6 +290,8 @@ Extension [ extension #120 swoole version 6.2.0RC2 ] { Constant [ int SWOOLE_IPC_UNIXSOCK ] { 1 } Constant [ int SWOOLE_IPC_SOCKET ] { 3 } Constant [ int SWOOLE_IOV_MAX ] { 1024 } + Constant [ int SWOOLE_IOURING_DEFAULT ] { 0 } + Constant [ int SWOOLE_IOURING_SQPOLL ] { 2 } Constant [ int SWOOLE_MUTEX ] { 3 } Constant [ int SWOOLE_RWLOCK ] { 1 } Constant [ int SWOOLE_SPINLOCK ] { 5 } -- cgit