diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 36 |
1 files changed, 24 insertions, 12 deletions
@@ -1,6 +1,9 @@ -Extension [ <persistent> extension #154 swoole version 4.4.10 ] { +Extension [ <persistent> extension #154 swoole version 4.4.12 ] { - INI { + Entry [ swoole.display_errors <ALL> ] + Current = 'On' + } Entry [ swoole.enable_coroutine <ALL> ] Current = 'On' } @@ -10,25 +13,25 @@ Extension [ <persistent> extension #154 swoole version 4.4.10 ] { Entry [ swoole.enable_preemptive_scheduler <ALL> ] Current = 'Off' } - Entry [ swoole.display_errors <ALL> ] - Current = 'On' + Entry [ swoole.unixsock_buffer_size <ALL> ] + Current = '8388608' } Entry [ swoole.use_shortname <SYSTEM> ] Current = 'On' } - Entry [ swoole.unixsock_buffer_size <ALL> ] - Current = '8388608' - } } - - Constants [317] { - Constant [ string SWOOLE_VERSION ] { 4.4.10 } - Constant [ integer SWOOLE_VERSION_ID ] { 40410 } + - Constants [327] { + Constant [ string SWOOLE_VERSION ] { 4.4.12 } + Constant [ integer SWOOLE_VERSION_ID ] { 40412 } Constant [ integer SWOOLE_MAJOR_VERSION ] { 4 } Constant [ integer SWOOLE_MINOR_VERSION ] { 4 } - Constant [ integer SWOOLE_RELEASE_VERSION ] { 10 } + Constant [ integer SWOOLE_RELEASE_VERSION ] { 12 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ boolean SWOOLE_DEBUG ] { } + Constant [ boolean SWOOLE_HAVE_ZLIB ] { 1 } + Constant [ boolean SWOOLE_HAVE_BROTLI ] { 1 } + Constant [ boolean SWOOLE_USE_HTTP2 ] { 1 } Constant [ integer SWOOLE_BASE ] { 1 } Constant [ integer SWOOLE_PROCESS ] { 2 } Constant [ integer SWOOLE_IPC_UNSOCK ] { 1 } @@ -83,6 +86,7 @@ Extension [ <persistent> extension #154 swoole version 4.4.10 ] { Constant [ integer SWOOLE_ERROR_INVALID_PARAMS ] { 505 } Constant [ integer SWOOLE_ERROR_QUEUE_FULL ] { 506 } Constant [ integer SWOOLE_ERROR_OPERATION_NOT_SUPPORT ] { 507 } + Constant [ integer SWOOLE_ERROR_PROTOCOL_ERROR ] { 508 } Constant [ integer SWOOLE_ERROR_FILE_NOT_EXIST ] { 700 } Constant [ integer SWOOLE_ERROR_FILE_TOO_LARGE ] { 701 } Constant [ integer SWOOLE_ERROR_FILE_EMPTY ] { 702 } @@ -304,6 +308,12 @@ Extension [ <persistent> extension #154 swoole version 4.4.10 ] { Constant [ integer SWOOLE_WEBSOCKET_OPCODE_CLOSE ] { 8 } Constant [ integer SWOOLE_WEBSOCKET_OPCODE_PING ] { 9 } Constant [ integer SWOOLE_WEBSOCKET_OPCODE_PONG ] { 10 } + Constant [ integer SWOOLE_WEBSOCKET_FLAG_FIN ] { 1 } + Constant [ integer SWOOLE_WEBSOCKET_FLAG_RSV1 ] { 4 } + Constant [ integer SWOOLE_WEBSOCKET_FLAG_RSV2 ] { 8 } + Constant [ integer SWOOLE_WEBSOCKET_FLAG_RSV3 ] { 16 } + Constant [ integer SWOOLE_WEBSOCKET_FLAG_MASK ] { 32 } + Constant [ integer SWOOLE_WEBSOCKET_FLAG_COMPRESS ] { 2 } Constant [ integer SWOOLE_WEBSOCKET_CLOSE_NORMAL ] { 1000 } Constant [ integer SWOOLE_WEBSOCKET_CLOSE_GOING_AWAY ] { 1001 } Constant [ integer SWOOLE_WEBSOCKET_CLOSE_PROTOCOL_ERROR ] { 1002 } @@ -7032,10 +7042,11 @@ Extension [ <persistent> extension #154 swoole version 4.4.10 ] { } } - - Properties [4] { + - Properties [5] { Property [ <default> public $fd ] Property [ <default> public $data ] Property [ <default> public $opcode ] + Property [ <default> public $flags ] Property [ <default> public $finish ] } @@ -7075,9 +7086,10 @@ Extension [ <persistent> extension #154 swoole version 4.4.10 ] { } } - - Properties [6] { + - Properties [7] { Property [ <default> public $fd ] Property [ <default> public $data ] + Property [ <default> public $flags ] Property [ <default> public $finish ] Property [ <default> public $opcode ] Property [ <default> public $code ] |