diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #120 swoole version 6.2.0RC2 ] { +Extension [ <persistent> extension #121 swoole version 6.2.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -41,13 +41,13 @@ Extension [ <persistent> extension #120 swoole version 6.2.0RC2 ] { } } - - Constants [418] { - Constant [ <persistent> string SWOOLE_VERSION ] { 6.2.0RC2 } + - Constants [420] { + Constant [ <persistent> string SWOOLE_VERSION ] { 6.2.0 } Constant [ <persistent> int SWOOLE_VERSION_ID ] { 60200 } Constant [ <persistent> int SWOOLE_MAJOR_VERSION ] { 6 } Constant [ <persistent> int SWOOLE_MINOR_VERSION ] { 2 } Constant [ <persistent> int SWOOLE_RELEASE_VERSION ] { 0 } - Constant [ <persistent> string SWOOLE_EXTRA_VERSION ] { RC2 } + Constant [ <persistent> string SWOOLE_EXTRA_VERSION ] { } Constant [ <persistent> bool SWOOLE_DEBUG ] { } Constant [ <persistent> bool SWOOLE_HAVE_COMPRESSION ] { 1 } Constant [ <persistent> bool SWOOLE_HAVE_ZLIB ] { 1 } @@ -290,6 +290,8 @@ Extension [ <persistent> extension #120 swoole version 6.2.0RC2 ] { Constant [ <persistent> int SWOOLE_IPC_UNIXSOCK ] { 1 } Constant [ <persistent> int SWOOLE_IPC_SOCKET ] { 3 } Constant [ <persistent> int SWOOLE_IOV_MAX ] { 1024 } + Constant [ <persistent> int SWOOLE_IOURING_DEFAULT ] { 0 } + Constant [ <persistent> int SWOOLE_IOURING_SQPOLL ] { 2 } Constant [ <persistent> int SWOOLE_MUTEX ] { 3 } Constant [ <persistent> int SWOOLE_RWLOCK ] { 1 } Constant [ <persistent> int SWOOLE_SPINLOCK ] { 5 } |
