From ab200fac8bb9fa0d5cab16ebaa42072da87d12d0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 24 Mar 2022 16:28:07 +0100 Subject: update to 4.11.0 raise dependency on PHP 7.4 --- REFLECTION | 54 ++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 40 insertions(+), 14 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index f4b9f5d..e06676a 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #120 openswoole version 4.10.0 ] { +Extension [ extension #120 openswoole version 4.11.0 ] { - Dependencies { Dependency [ swoole (Conflicts) ] @@ -29,11 +29,11 @@ Extension [ extension #120 openswoole version 4.10.0 ] { } } - - Constants [381] { - Constant [ string SWOOLE_VERSION ] { 4.10.0 } - Constant [ int SWOOLE_VERSION_ID ] { 41000 } + - Constants [395] { + Constant [ string SWOOLE_VERSION ] { 4.11.0 } + Constant [ int SWOOLE_VERSION_ID ] { 41100 } Constant [ int SWOOLE_MAJOR_VERSION ] { 4 } - Constant [ int SWOOLE_MINOR_VERSION ] { 10 } + Constant [ int SWOOLE_MINOR_VERSION ] { 11 } Constant [ int SWOOLE_RELEASE_VERSION ] { 0 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ bool SWOOLE_DEBUG ] { } @@ -43,11 +43,6 @@ Extension [ extension #120 openswoole version 4.10.0 ] { Constant [ bool SWOOLE_USE_HTTP2 ] { 1 } Constant [ bool SWOOLE_USE_POSTGRES ] { 1 } Constant [ bool SWOOLE_USE_SHORTNAME ] { 1 } - Constant [ int SWOOLE_BASE ] { 1 } - Constant [ int SWOOLE_PROCESS ] { 2 } - Constant [ int SWOOLE_IPC_UNSOCK ] { 1 } - Constant [ int SWOOLE_IPC_MSGQUEUE ] { 2 } - Constant [ int SWOOLE_IPC_PREEMPTIVE ] { 3 } Constant [ int SWOOLE_SOCK_TCP ] { 1 } Constant [ int SWOOLE_SOCK_TCP6 ] { 3 } Constant [ int SWOOLE_SOCK_UDP ] { 2 } @@ -343,6 +338,11 @@ Extension [ extension #120 openswoole version 4.10.0 ] { Constant [ int SWOOLE_HTTP2_ERROR_CONNECT_ERROR ] { 10 } Constant [ int SWOOLE_HTTP2_ERROR_ENHANCE_YOUR_CALM ] { 11 } Constant [ int SWOOLE_HTTP2_ERROR_INADEQUATE_SECURITY ] { 12 } + Constant [ int SWOOLE_BASE ] { 1 } + Constant [ int SWOOLE_PROCESS ] { 2 } + Constant [ int SWOOLE_IPC_UNSOCK ] { 1 } + Constant [ int SWOOLE_IPC_MSGQUEUE ] { 2 } + Constant [ int SWOOLE_IPC_PREEMPTIVE ] { 3 } Constant [ int SWOOLE_DISPATCH_RESULT_DISCARD_PACKET ] { -1 } Constant [ int SWOOLE_DISPATCH_RESULT_CLOSE_CONNECTION ] { -2 } Constant [ int SWOOLE_DISPATCH_RESULT_USERFUNC_FALLBACK ] { -3 } @@ -411,6 +411,20 @@ Extension [ extension #120 openswoole version 4.10.0 ] { Constant [ int OPENSWOOLE_PGSQL_ASSOC ] { 1 } Constant [ int OPENSWOOLE_PGSQL_NUM ] { 2 } Constant [ int OPENSWOOLE_PGSQL_BOTH ] { 3 } + Constant [ int OPENSWOOLE_PGRES_EMPTY_QUERY ] { 0 } + Constant [ int OPENSWOOLE_PGRES_COMMAND_OK ] { 1 } + Constant [ int OPENSWOOLE_PGRES_TUPLES_OK ] { 2 } + Constant [ int OPENSWOOLE_PGRES_BAD_RESPONSE ] { 5 } + Constant [ int OPENSWOOLE_PGRES_NONFATAL_ERROR ] { 6 } + Constant [ int OPENSWOOLE_PGRES_FATAL_ERROR ] { 7 } + Constant [ int OPENSWOOLE_PG_CONNECTION_OK ] { 0 } + Constant [ int OPENSWOOLE_PG_CONNECTION_BAD ] { 1 } + Constant [ int OPENSWOOLE_PG_CONNECTION_STARTED ] { 2 } + Constant [ int OPENSWOOLE_PG_CONNECTION_AWAITING_RESPONSE ] { 4 } + Constant [ int OPENSWOOLE_PG_CONNECTION_AUTH_OK ] { 5 } + Constant [ int OPENSWOOLE_PG_CONNECTION_SETENV ] { 6 } + Constant [ int OPENSWOOLE_PG_CONNECTION_SSL_STARTUP ] { 7 } + Constant [ int OPENSWOOLE_PG_CONNECTION_NEEDED ] { 8 } } - Functions { @@ -8906,7 +8920,7 @@ Extension [ extension #120 openswoole version 4.10.0 ] { } - Static methods [1] { - Method [ static public method format ] { + Method [ static public method format ] { - Parameters [2] { Parameter #0 [ int $type ] @@ -8933,7 +8947,7 @@ Extension [ extension #120 openswoole version 4.10.0 ] { } - Methods [49] { - Method [ public method setHandler ] { + Method [ public method setHandler ] { - Parameters [2] { Parameter #0 [ string $command ] @@ -8942,7 +8956,7 @@ Extension [ extension #120 openswoole version 4.10.0 ] { - Return [ void ] } - Method [ public method getHandler ] { + Method [ public method getHandler ] { - Parameters [1] { Parameter #0 [ string $command ] @@ -9372,7 +9386,7 @@ Extension [ extension #120 openswoole version 4.10.0 ] { Property [ public $notices = NULL ] } - - Methods [18] { + - Methods [20] { Method [ public method __construct ] { - Parameters [0] { @@ -9503,6 +9517,18 @@ Extension [ extension #120 openswoole version 4.10.0 ] { } } + Method [ public method status ] { + + - Parameters [0] { + } + } + + Method [ public method reset ] { + + - Parameters [0] { + } + } + Method [ public method __destruct ] { - Parameters [0] { -- cgit