diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 16 |
1 files changed, 11 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #74 swoole version 5.1.1 ] { +Extension [ <persistent> extension #79 swoole version 5.1.2 ] { - Dependencies { Dependency [ json (Required) ] @@ -32,12 +32,12 @@ Extension [ <persistent> 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 [ <persistent> 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 [ <persistent> 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 } |