From 3df506b34935bae0bd649d6ba1862432e1ee68b1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 Jan 2024 10:35:46 +0100 Subject: update to 5.1.2 fix out of sources tree build using patch from https://github.com/swoole/swoole-src/pull/5239 --- REFLECTION | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 20d5230..8d362ab 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #74 swoole version 5.1.1 ] { +Extension [ extension #79 swoole version 5.1.2 ] { - Dependencies { Dependency [ json (Required) ] @@ -32,12 +32,12 @@ Extension [ extension #74 swoole version 5.1.1 ] { } } - - Constants [415] { - Constant [ string SWOOLE_VERSION ] { 5.1.1 } - Constant [ int SWOOLE_VERSION_ID ] { 50101 } + - Constants [421] { + Constant [ string SWOOLE_VERSION ] { 5.1.2 } + Constant [ int SWOOLE_VERSION_ID ] { 50102 } Constant [ int SWOOLE_MAJOR_VERSION ] { 5 } Constant [ int SWOOLE_MINOR_VERSION ] { 1 } - Constant [ int SWOOLE_RELEASE_VERSION ] { 1 } + Constant [ int SWOOLE_RELEASE_VERSION ] { 2 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ bool SWOOLE_DEBUG ] { } Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } @@ -421,6 +421,9 @@ Extension [ extension #74 swoole version 5.1.1 ] { Constant [ int SWOOLE_WEBSOCKET_CLOSE_MESSAGE_TOO_BIG ] { 1009 } Constant [ int SWOOLE_WEBSOCKET_CLOSE_EXTENSION_MISSING ] { 1010 } Constant [ int SWOOLE_WEBSOCKET_CLOSE_SERVER_ERROR ] { 1011 } + Constant [ int SWOOLE_WEBSOCKET_CLOSE_CLOSE_SERVICE_RESTART ] { 1012 } + Constant [ int SWOOLE_WEBSOCKET_CLOSE_TRY_AGAIN_LATER ] { 1013 } + Constant [ int SWOOLE_WEBSOCKET_CLOSE_BAD_GATEWAY ] { 1014 } Constant [ int SWOOLE_WEBSOCKET_CLOSE_TLS ] { 1015 } Constant [ int WEBSOCKET_STATUS_CONNECTION ] { 1 } Constant [ int WEBSOCKET_STATUS_HANDSHAKE ] { 2 } @@ -444,6 +447,9 @@ Extension [ extension #74 swoole version 5.1.1 ] { Constant [ int WEBSOCKET_CLOSE_MESSAGE_TOO_BIG ] { 1009 } Constant [ int WEBSOCKET_CLOSE_EXTENSION_MISSING ] { 1010 } Constant [ int WEBSOCKET_CLOSE_SERVER_ERROR ] { 1011 } + Constant [ int WEBSOCKET_CLOSE_CLOSE_SERVICE_RESTART ] { 1012 } + Constant [ int WEBSOCKET_CLOSE_TRY_AGAIN_LATER ] { 1013 } + Constant [ int WEBSOCKET_CLOSE_BAD_GATEWAY ] { 1014 } Constant [ int WEBSOCKET_CLOSE_TLS ] { 1015 } Constant [ int SW_PGSQL_ASSOC ] { 1 } Constant [ int SW_PGSQL_NUM ] { 2 } -- cgit