summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION17
1 files changed, 9 insertions, 8 deletions
diff --git a/REFLECTION b/REFLECTION
index 3ac7caa..0279631 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #120 swoole version 6.1.1 ] {
+Extension [ <persistent> extension #122 swoole version 6.1.2 ] {
- Dependencies {
Dependency [ json (Required) ]
@@ -29,12 +29,12 @@ Extension [ <persistent> extension #120 swoole version 6.1.1 ] {
}
}
- - Constants [415] {
- Constant [ string SWOOLE_VERSION ] { 6.1.1 }
- Constant [ int SWOOLE_VERSION_ID ] { 60101 }
+ - Constants [416] {
+ Constant [ string SWOOLE_VERSION ] { 6.1.2 }
+ Constant [ int SWOOLE_VERSION_ID ] { 60102 }
Constant [ int SWOOLE_MAJOR_VERSION ] { 6 }
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 }
@@ -60,9 +60,6 @@ Extension [ <persistent> extension #120 swoole version 6.1.1 ] {
Constant [ int SWOOLE_RAW6 ] { 8 }
Constant [ bool SWOOLE_SOCK_SYNC ] { }
Constant [ bool SWOOLE_SOCK_ASYNC ] { 1 }
- Constant [ int SWOOLE_SYNC ] { 2048 }
- Constant [ int SWOOLE_ASYNC ] { 1024 }
- Constant [ int SWOOLE_KEEP ] { 4096 }
Constant [ int SWOOLE_SSL ] { 512 }
Constant [ int SWOOLE_SSLv3_METHOD ] { 1 }
Constant [ int SWOOLE_SSLv3_SERVER_METHOD ] { 2 }
@@ -298,6 +295,7 @@ Extension [ <persistent> extension #120 swoole version 6.1.1 ] {
Constant [ int SWOOLE_CORO_END ] { 3 }
Constant [ int SWOOLE_EXIT_IN_COROUTINE ] { 2 }
Constant [ int SWOOLE_EXIT_IN_SERVER ] { 4 }
+ Constant [ int FILE_LOCK ] { 2 }
Constant [ int SWOOLE_CHANNEL_OK ] { 0 }
Constant [ int SWOOLE_CHANNEL_TIMEOUT ] { -1 }
Constant [ int SWOOLE_CHANNEL_CLOSED ] { -2 }
@@ -324,6 +322,9 @@ Extension [ <persistent> extension #120 swoole version 6.1.1 ] {
Constant [ int SWOOLE_HOOK_ALL ] { 2147481599 }
Constant [ int SOCKET_ECANCELED ] { 125 }
Constant [ int TCP_INFO ] { 11 }
+ Constant [ int SWOOLE_SYNC ] { 2048 }
+ Constant [ int SWOOLE_ASYNC ] { 1024 }
+ Constant [ int SWOOLE_KEEP ] { 4096 }
Constant [ int SWOOLE_HTTP_CLIENT_ESTATUS_CONNECT_FAILED ] { -1 }
Constant [ int SWOOLE_HTTP_CLIENT_ESTATUS_REQUEST_TIMEOUT ] { -2 }
Constant [ int SWOOLE_HTTP_CLIENT_ESTATUS_SERVER_RESET ] { -3 }