summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-01-24 10:35:46 +0100
committerRemi Collet <remi@php.net>2024-01-24 10:35:46 +0100
commit3df506b34935bae0bd649d6ba1862432e1ee68b1 (patch)
tree5003beffcd45c32f3056309c893bb0fe06abe94e /REFLECTION
parent9ee6f211a53dc37641e25337af5b64aeb34011df (diff)
update to 5.1.2
fix out of sources tree build using patch from https://github.com/swoole/swoole-src/pull/5239
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION16
1 files changed, 11 insertions, 5 deletions
diff --git a/REFLECTION b/REFLECTION
index 20d5230..8d362ab 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -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 }