diff options
author | Remi Collet <remi@remirepo.net> | 2020-08-30 08:34:32 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-08-30 08:34:32 +0200 |
commit | d30ece76963f348e2158f4083e99ee75f6a70190 (patch) | |
tree | 4db7969f7046cf0024590094cfef3b5645760b24 /REFLECTION | |
parent | 235feb810407d942a446f78fd21acee3e055a764 (diff) |
update to 4.5.3
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 26 |
1 files changed, 15 insertions, 11 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #114 swoole version 4.5.2 ] { +Extension [ <persistent> extension #116 swoole version 4.5.3 ] { - INI { Entry [ swoole.enable_coroutine <ALL> ] @@ -21,12 +21,12 @@ Extension [ <persistent> extension #114 swoole version 4.5.2 ] { } } - - Constants [336] { - Constant [ string SWOOLE_VERSION ] { 4.5.2 } - Constant [ int SWOOLE_VERSION_ID ] { 40502 } + - Constants [337] { + Constant [ string SWOOLE_VERSION ] { 4.5.3 } + Constant [ int SWOOLE_VERSION_ID ] { 40503 } Constant [ int SWOOLE_MAJOR_VERSION ] { 4 } Constant [ int SWOOLE_MINOR_VERSION ] { 5 } - Constant [ int SWOOLE_RELEASE_VERSION ] { 2 } + Constant [ int SWOOLE_RELEASE_VERSION ] { 3 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ bool SWOOLE_DEBUG ] { } Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } @@ -91,6 +91,7 @@ Extension [ <persistent> extension #114 swoole version 4.5.2 ] { Constant [ int SWOOLE_ERROR_QUEUE_FULL ] { 506 } Constant [ int SWOOLE_ERROR_OPERATION_NOT_SUPPORT ] { 507 } Constant [ int SWOOLE_ERROR_PROTOCOL_ERROR ] { 508 } + Constant [ int SWOOLE_ERROR_WRONG_OPERATION ] { 509 } Constant [ int SWOOLE_ERROR_FILE_NOT_EXIST ] { 700 } Constant [ int SWOOLE_ERROR_FILE_TOO_LARGE ] { 701 } Constant [ int SWOOLE_ERROR_FILE_EMPTY ] { 702 } @@ -493,6 +494,11 @@ Extension [ <persistent> extension #114 swoole version 4.5.2 ] { Parameter #0 [ <required> $filename ] } } + Function [ <internal:swoole> function swoole_mime_type_list ] { + + - Parameters [0] { + } + } Function [ <internal:swoole> function swoole_clear_dns_cache ] { - Parameters [0] { @@ -1351,8 +1357,8 @@ Extension [ <persistent> extension #114 swoole version 4.5.2 ] { - Constants [3] { Constant [ public int TYPE_INT ] { 1 } - Constant [ public int TYPE_STRING ] { 7 } - Constant [ public int TYPE_FLOAT ] { 6 } + Constant [ public int TYPE_STRING ] { 3 } + Constant [ public int TYPE_FLOAT ] { 2 } } - Static properties [0] { @@ -6318,7 +6324,7 @@ Extension [ <persistent> extension #114 swoole version 4.5.2 ] { - Static methods [0] { } - - Properties [13] { + - Properties [12] { Property [ <default> public $setting ] Property [ <default> public $connections ] Property [ <default> public $host ] @@ -6331,7 +6337,6 @@ Extension [ <persistent> extension #114 swoole version 4.5.2 ] { Property [ <default> public $worker_id ] Property [ <default> public $taskworker ] Property [ <default> public $worker_pid ] - Property [ <default> private $onRequest ] } - Methods [47] { @@ -6788,7 +6793,7 @@ Extension [ <persistent> extension #114 swoole version 4.5.2 ] { } } - - Properties [13] { + - Properties [12] { Property [ <default> public $setting ] Property [ <default> public $connections ] Property [ <default> public $host ] @@ -6801,7 +6806,6 @@ Extension [ <persistent> extension #114 swoole version 4.5.2 ] { Property [ <default> public $worker_id ] Property [ <default> public $taskworker ] Property [ <default> public $worker_pid ] - Property [ <default> private $onHandshake ] } - Methods [50] { |