diff options
author | Remi Collet <remi@remirepo.net> | 2022-03-24 16:28:07 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-03-24 16:28:07 +0100 |
commit | ab200fac8bb9fa0d5cab16ebaa42072da87d12d0 (patch) | |
tree | e0ab0e523e236a803a2c5b3d4f1be94d48d07810 /REFLECTION | |
parent | df14bc9fb8b8f3f91a7bc67b018d720b85447d2c (diff) |
update to 4.11.0
raise dependency on PHP 7.4
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 54 |
1 files changed, 40 insertions, 14 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #120 openswoole version 4.10.0 ] { +Extension [ <persistent> extension #120 openswoole version 4.11.0 ] { - Dependencies { Dependency [ swoole (Conflicts) ] @@ -29,11 +29,11 @@ Extension [ <persistent> 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 [ <persistent> 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 [ <persistent> 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 [ <persistent> 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 [ <persistent> extension #120 openswoole version 4.10.0 ] { } - Static methods [1] { - Method [ <internal:openswoole> static public method format ] { + Method [ <internal, deprecated:openswoole> static public method format ] { - Parameters [2] { Parameter #0 [ <required> int $type ] @@ -8933,7 +8947,7 @@ Extension [ <persistent> extension #120 openswoole version 4.10.0 ] { } - Methods [49] { - Method [ <internal:openswoole> public method setHandler ] { + Method [ <internal, deprecated:openswoole> public method setHandler ] { - Parameters [2] { Parameter #0 [ <required> string $command ] @@ -8942,7 +8956,7 @@ Extension [ <persistent> extension #120 openswoole version 4.10.0 ] { - Return [ void ] } - Method [ <internal:openswoole> public method getHandler ] { + Method [ <internal, deprecated:openswoole> public method getHandler ] { - Parameters [1] { Parameter #0 [ <required> string $command ] @@ -9372,7 +9386,7 @@ Extension [ <persistent> extension #120 openswoole version 4.10.0 ] { Property [ public $notices = NULL ] } - - Methods [18] { + - Methods [20] { Method [ <internal:openswoole, ctor> public method __construct ] { - Parameters [0] { @@ -9503,6 +9517,18 @@ Extension [ <persistent> extension #120 openswoole version 4.10.0 ] { } } + Method [ <internal:openswoole> public method status ] { + + - Parameters [0] { + } + } + + Method [ <internal:openswoole> public method reset ] { + + - Parameters [0] { + } + } + Method [ <internal:openswoole> public method __destruct ] { - Parameters [0] { |