From 8ca5ccbfe6a1a16a67bab23b34b3069e811015d3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 13 Jul 2018 14:05:14 +0200 Subject: v4.0.2 --- REFLECTION | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 786ba32..69d56f1 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #147 swoole version 4.0.1 ] { +Extension [ extension #147 swoole version 4.0.2 ] { - INI { Entry [ swoole.aio_thread_num ] @@ -66,7 +66,7 @@ Extension [ extension #147 swoole version 4.0.1 ] { Constant [ integer SWOOLE_DTLSv1_CLIENT_METHOD ] { 17 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 4.0.1 } + Constant [ string SWOOLE_VERSION ] { 4.0.2 } Constant [ integer SWOOLE_ERROR_MALLOC_FAIL ] { 501 } Constant [ integer SWOOLE_ERROR_SYSTEM_CALL_FAIL ] { 502 } Constant [ integer SWOOLE_ERROR_PHP_FATAL_ERROR ] { 503 } @@ -117,7 +117,7 @@ Extension [ extension #147 swoole version 4.0.1 ] { Constant [ integer SWOOLE_ERROR_SERVER_PIPE_BUFFER_FULL ] { 9006 } Constant [ integer SWOOLE_ERROR_SERVER_NO_IDLE_WORKER ] { 9007 } Constant [ integer SWOOLE_ERROR_SERVER_ONLY_START_ONE ] { 9008 } - Constant [ integer SWOOLE_ERROR_SERVER_WORKER_EXIT_TIMEOUT ] { 9009 } + Constant [ integer SWOOLE_ERROR_SERVER_WORKER_EXIT_TIMEOUT ] { 9010 } Constant [ integer SWOOLE_TRACE_SERVER ] { 2 } Constant [ integer SWOOLE_TRACE_CLIENT ] { 4 } Constant [ integer SWOOLE_TRACE_BUFFER ] { 8 } @@ -2805,7 +2805,7 @@ Extension [ extension #147 swoole version 4.0.1 ] { - Static methods [0] { } - - Properties [17] { + - Properties [19] { Property [ public $errCode ] Property [ public $sock ] Property [ public $reuse ] @@ -2820,7 +2820,9 @@ Extension [ extension #147 swoole version 4.0.1 ] { Property [ public $requestHeaders ] Property [ public $requestBody ] Property [ public $uploadFiles ] + Property [ public $downloadFile ] Property [ public $headers ] + Property [ public $set_cookie_headers ] Property [ public $cookies ] Property [ public $body ] } @@ -5022,7 +5024,11 @@ Extension [ extension #147 swoole version 4.0.1 ] { - Static methods [0] { } - - Properties [0] { + - Properties [4] { + Property [ public $fd ] + Property [ public $data ] + Property [ public $opcode ] + Property [ public $finish ] } - Methods [0] { -- cgit