diff options
author | Remi Collet <remi@remirepo.net> | 2018-10-26 16:08:29 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-10-26 16:08:29 +0200 |
commit | fa7ca0507e0fcd1fcd049401be9a88085ead8709 (patch) | |
tree | f9aa0f6c3322f88b8858d90ddf3146dd05130848 /REFLECTION | |
parent | 0cb9fc59fb7ad6568a3afa765227ca1d4efe59f3 (diff) |
v4.2.4
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 18 |
1 files changed, 8 insertions, 10 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #146 swoole version 4.2.3 ] { +Extension [ <persistent> extension #148 swoole version 4.2.4 ] { - INI { Entry [ swoole.enable_coroutine <ALL> ] @@ -24,10 +24,9 @@ Extension [ <persistent> extension #146 swoole version 4.2.3 ] { } } - - Constants [203] { - Constant [ integer SWOOLE_BASE ] { 4 } - Constant [ integer SWOOLE_THREAD ] { 2 } - Constant [ integer SWOOLE_PROCESS ] { 3 } + - Constants [202] { + Constant [ integer SWOOLE_BASE ] { 1 } + Constant [ integer SWOOLE_PROCESS ] { 2 } Constant [ integer SWOOLE_IPC_UNSOCK ] { 1 } Constant [ integer SWOOLE_IPC_MSGQUEUE ] { 2 } Constant [ integer SWOOLE_IPC_PREEMPTIVE ] { 3 } @@ -69,7 +68,7 @@ Extension [ <persistent> extension #146 swoole version 4.2.3 ] { Constant [ integer SWOOLE_DTLSv1_CLIENT_METHOD ] { 17 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 4.2.3 } + Constant [ string SWOOLE_VERSION ] { 4.2.4 } Constant [ integer SWOOLE_ERROR_MALLOC_FAIL ] { 501 } Constant [ integer SWOOLE_ERROR_SYSTEM_CALL_FAIL ] { 502 } Constant [ integer SWOOLE_ERROR_PHP_FATAL_ERROR ] { 503 } @@ -3344,11 +3343,9 @@ Extension [ <persistent> extension #146 swoole version 4.2.3 ] { - Properties [17] { Property [ <default> public $errCode ] - Property [ <default> public $sock ] Property [ <default> public $type ] Property [ <default> public $setting ] Property [ <default> public $connected ] - Property [ <default> public $statusCode ] Property [ <default> public $host ] Property [ <default> public $port ] Property [ <default> public $requestMethod ] @@ -3356,6 +3353,8 @@ Extension [ <persistent> extension #146 swoole version 4.2.3 ] { Property [ <default> public $requestBody ] Property [ <default> public $uploadFiles ] Property [ <default> public $downloadFile ] + Property [ <default> public $downloadOffset ] + Property [ <default> public $statusCode ] Property [ <default> public $headers ] Property [ <default> public $set_cookie_headers ] Property [ <default> public $cookies ] @@ -3812,10 +3811,9 @@ Extension [ <persistent> extension #146 swoole version 4.2.3 ] { - Static methods [0] { } - - Properties [19] { + - Properties [18] { Property [ <default> public $type ] Property [ <default> public $errCode ] - Property [ <default> public $sock ] Property [ <default> public $statusCode ] Property [ <default> public $host ] Property [ <default> public $port ] |