summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-11-04 15:42:54 +0100
committerRemi Collet <remi@remirepo.net>2019-11-04 15:42:54 +0100
commit11a7d5643862e438b04b6dfb46b372f817f65bf2 (patch)
tree308ef76d513524f0071c6b48144aa2fe0fcffbee /REFLECTION
parentcba5608b20bde96e82225221aebd0dd22c4848bb (diff)
v4.4.12
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION36
1 files changed, 24 insertions, 12 deletions
diff --git a/REFLECTION b/REFLECTION
index 8203d51..c6c42b2 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,6 +1,9 @@
-Extension [ <persistent> extension #154 swoole version 4.4.10 ] {
+Extension [ <persistent> extension #154 swoole version 4.4.12 ] {
- INI {
+ Entry [ swoole.display_errors <ALL> ]
+ Current = 'On'
+ }
Entry [ swoole.enable_coroutine <ALL> ]
Current = 'On'
}
@@ -10,25 +13,25 @@ Extension [ <persistent> extension #154 swoole version 4.4.10 ] {
Entry [ swoole.enable_preemptive_scheduler <ALL> ]
Current = 'Off'
}
- Entry [ swoole.display_errors <ALL> ]
- Current = 'On'
+ Entry [ swoole.unixsock_buffer_size <ALL> ]
+ Current = '8388608'
}
Entry [ swoole.use_shortname <SYSTEM> ]
Current = 'On'
}
- Entry [ swoole.unixsock_buffer_size <ALL> ]
- Current = '8388608'
- }
}
- - Constants [317] {
- Constant [ string SWOOLE_VERSION ] { 4.4.10 }
- Constant [ integer SWOOLE_VERSION_ID ] { 40410 }
+ - Constants [327] {
+ Constant [ string SWOOLE_VERSION ] { 4.4.12 }
+ Constant [ integer SWOOLE_VERSION_ID ] { 40412 }
Constant [ integer SWOOLE_MAJOR_VERSION ] { 4 }
Constant [ integer SWOOLE_MINOR_VERSION ] { 4 }
- Constant [ integer SWOOLE_RELEASE_VERSION ] { 10 }
+ Constant [ integer SWOOLE_RELEASE_VERSION ] { 12 }
Constant [ string SWOOLE_EXTRA_VERSION ] { }
Constant [ boolean SWOOLE_DEBUG ] { }
+ Constant [ boolean SWOOLE_HAVE_ZLIB ] { 1 }
+ Constant [ boolean SWOOLE_HAVE_BROTLI ] { 1 }
+ Constant [ boolean SWOOLE_USE_HTTP2 ] { 1 }
Constant [ integer SWOOLE_BASE ] { 1 }
Constant [ integer SWOOLE_PROCESS ] { 2 }
Constant [ integer SWOOLE_IPC_UNSOCK ] { 1 }
@@ -83,6 +86,7 @@ Extension [ <persistent> extension #154 swoole version 4.4.10 ] {
Constant [ integer SWOOLE_ERROR_INVALID_PARAMS ] { 505 }
Constant [ integer SWOOLE_ERROR_QUEUE_FULL ] { 506 }
Constant [ integer SWOOLE_ERROR_OPERATION_NOT_SUPPORT ] { 507 }
+ Constant [ integer SWOOLE_ERROR_PROTOCOL_ERROR ] { 508 }
Constant [ integer SWOOLE_ERROR_FILE_NOT_EXIST ] { 700 }
Constant [ integer SWOOLE_ERROR_FILE_TOO_LARGE ] { 701 }
Constant [ integer SWOOLE_ERROR_FILE_EMPTY ] { 702 }
@@ -304,6 +308,12 @@ Extension [ <persistent> extension #154 swoole version 4.4.10 ] {
Constant [ integer SWOOLE_WEBSOCKET_OPCODE_CLOSE ] { 8 }
Constant [ integer SWOOLE_WEBSOCKET_OPCODE_PING ] { 9 }
Constant [ integer SWOOLE_WEBSOCKET_OPCODE_PONG ] { 10 }
+ Constant [ integer SWOOLE_WEBSOCKET_FLAG_FIN ] { 1 }
+ Constant [ integer SWOOLE_WEBSOCKET_FLAG_RSV1 ] { 4 }
+ Constant [ integer SWOOLE_WEBSOCKET_FLAG_RSV2 ] { 8 }
+ Constant [ integer SWOOLE_WEBSOCKET_FLAG_RSV3 ] { 16 }
+ Constant [ integer SWOOLE_WEBSOCKET_FLAG_MASK ] { 32 }
+ Constant [ integer SWOOLE_WEBSOCKET_FLAG_COMPRESS ] { 2 }
Constant [ integer SWOOLE_WEBSOCKET_CLOSE_NORMAL ] { 1000 }
Constant [ integer SWOOLE_WEBSOCKET_CLOSE_GOING_AWAY ] { 1001 }
Constant [ integer SWOOLE_WEBSOCKET_CLOSE_PROTOCOL_ERROR ] { 1002 }
@@ -7032,10 +7042,11 @@ Extension [ <persistent> extension #154 swoole version 4.4.10 ] {
}
}
- - Properties [4] {
+ - Properties [5] {
Property [ <default> public $fd ]
Property [ <default> public $data ]
Property [ <default> public $opcode ]
+ Property [ <default> public $flags ]
Property [ <default> public $finish ]
}
@@ -7075,9 +7086,10 @@ Extension [ <persistent> extension #154 swoole version 4.4.10 ] {
}
}
- - Properties [6] {
+ - Properties [7] {
Property [ <default> public $fd ]
Property [ <default> public $data ]
+ Property [ <default> public $flags ]
Property [ <default> public $finish ]
Property [ <default> public $opcode ]
Property [ <default> public $code ]