From 9ee6f211a53dc37641e25337af5b64aeb34011df Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 Nov 2023 08:07:59 +0100 Subject: update to 5.1.1 --- REFLECTION | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 6891767..20d5230 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #102 swoole version 5.1.0 ] { +Extension [ extension #74 swoole version 5.1.1 ] { - Dependencies { Dependency [ json (Required) ] @@ -32,12 +32,12 @@ Extension [ extension #102 swoole version 5.1.0 ] { } } - - Constants [414] { - Constant [ string SWOOLE_VERSION ] { 5.1.0 } - Constant [ int SWOOLE_VERSION_ID ] { 50100 } + - Constants [415] { + Constant [ string SWOOLE_VERSION ] { 5.1.1 } + Constant [ int SWOOLE_VERSION_ID ] { 50101 } Constant [ int SWOOLE_MAJOR_VERSION ] { 5 } Constant [ int SWOOLE_MINOR_VERSION ] { 1 } - Constant [ int SWOOLE_RELEASE_VERSION ] { 0 } + Constant [ int SWOOLE_RELEASE_VERSION ] { 1 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ bool SWOOLE_DEBUG ] { } Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } @@ -162,6 +162,7 @@ Extension [ extension #102 swoole version 5.1.0 ] { Constant [ int SWOOLE_ERROR_HTTP_PROXY_HANDSHAKE_FAILED ] { 7103 } Constant [ int SWOOLE_ERROR_HTTP_PROXY_BAD_RESPONSE ] { 7104 } Constant [ int SWOOLE_ERROR_HTTP_CONFLICT_HEADER ] { 7105 } + Constant [ int SWOOLE_ERROR_HTTP_CONTEXT_UNAVAILABLE ] { 7106 } Constant [ int SWOOLE_ERROR_WEBSOCKET_BAD_CLIENT ] { 8501 } Constant [ int SWOOLE_ERROR_WEBSOCKET_BAD_OPCODE ] { 8502 } Constant [ int SWOOLE_ERROR_WEBSOCKET_UNCONNECTED ] { 8503 } @@ -239,6 +240,7 @@ Extension [ extension #102 swoole version 5.1.0 ] { Constant [ int SWOOLE_TRACE_CO_PGSQL ] { 4294967296 } Constant [ int SWOOLE_TRACE_CO_ODBC ] { 8589934592 } Constant [ int SWOOLE_TRACE_CO_ORACLE ] { 17179869184 } + Constant [ int SWOOLE_TRACE_CO_SQLITE ] { 34359738368 } Constant [ int SWOOLE_TRACE_ALL ] { 9223372036854775807 } Constant [ int SWOOLE_LOG_DEBUG ] { 0 } Constant [ int SWOOLE_LOG_TRACE ] { 1 } @@ -297,7 +299,6 @@ Extension [ extension #102 swoole version 5.1.0 ] { Constant [ int SWOOLE_HOOK_SOCKETS ] { 16384 } Constant [ int SWOOLE_HOOK_PDO_PGSQL ] { 65536 } Constant [ int SWOOLE_HOOK_PDO_ODBC ] { 131072 } - Constant [ int SWOOLE_HOOK_PDO_ORACLE ] { 262144 } Constant [ int SWOOLE_HOOK_PDO_SQLITE ] { 524288 } Constant [ int SWOOLE_HOOK_ALL ] { 2147481599 } Constant [ int SOCKET_ECANCELED ] { 125 } -- cgit