From fa7ca0507e0fcd1fcd049401be9a88085ead8709 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 26 Oct 2018 16:08:29 +0200 Subject: v4.2.4 --- REFLECTION | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 6086a5e..e3b2e14 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #146 swoole version 4.2.3 ] { +Extension [ extension #148 swoole version 4.2.4 ] { - INI { Entry [ swoole.enable_coroutine ] @@ -24,10 +24,9 @@ Extension [ 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 [ 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 [ extension #146 swoole version 4.2.3 ] { - Properties [17] { Property [ public $errCode ] - Property [ public $sock ] Property [ public $type ] Property [ public $setting ] Property [ public $connected ] - Property [ public $statusCode ] Property [ public $host ] Property [ public $port ] Property [ public $requestMethod ] @@ -3356,6 +3353,8 @@ Extension [ extension #146 swoole version 4.2.3 ] { Property [ public $requestBody ] Property [ public $uploadFiles ] Property [ public $downloadFile ] + Property [ public $downloadOffset ] + Property [ public $statusCode ] Property [ public $headers ] Property [ public $set_cookie_headers ] Property [ public $cookies ] @@ -3812,10 +3811,9 @@ Extension [ extension #146 swoole version 4.2.3 ] { - Static methods [0] { } - - Properties [19] { + - Properties [18] { Property [ public $type ] Property [ public $errCode ] - Property [ public $sock ] Property [ public $statusCode ] Property [ public $host ] Property [ public $port ] -- cgit