From 11a7d5643862e438b04b6dfb46b372f817f65bf2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Nov 2019 15:42:54 +0100 Subject: v4.4.12 --- REFLECTION | 36 ++++++++++++++++++++++++------------ 1 file changed, 24 insertions(+), 12 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 8203d51..c6c42b2 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,6 +1,9 @@ -Extension [ extension #154 swoole version 4.4.10 ] { +Extension [ extension #154 swoole version 4.4.12 ] { - INI { + Entry [ swoole.display_errors ] + Current = 'On' + } Entry [ swoole.enable_coroutine ] Current = 'On' } @@ -10,25 +13,25 @@ Extension [ extension #154 swoole version 4.4.10 ] { Entry [ swoole.enable_preemptive_scheduler ] Current = 'Off' } - Entry [ swoole.display_errors ] - Current = 'On' + Entry [ swoole.unixsock_buffer_size ] + Current = '8388608' } Entry [ swoole.use_shortname ] Current = 'On' } - Entry [ swoole.unixsock_buffer_size ] - 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 [ 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 [ 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 [ extension #154 swoole version 4.4.10 ] { } } - - Properties [4] { + - Properties [5] { Property [ public $fd ] Property [ public $data ] Property [ public $opcode ] + Property [ public $flags ] Property [ public $finish ] } @@ -7075,9 +7086,10 @@ Extension [ extension #154 swoole version 4.4.10 ] { } } - - Properties [6] { + - Properties [7] { Property [ public $fd ] Property [ public $data ] + Property [ public $flags ] Property [ public $finish ] Property [ public $opcode ] Property [ public $code ] -- cgit