From 8b9dea12f10e1437835b59c0b76332833ce5451c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 6 Jan 2019 08:24:32 +0100 Subject: update to 4.2.12 use --enable-cares build option swoole.aio_thread_num configuration option removed --- REFLECTION | 80 +++++++++++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 64 insertions(+), 16 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index e6957bd..45236db 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,12 +1,9 @@ -Extension [ extension #149 swoole version 4.2.11 ] { +Extension [ extension #150 swoole version 4.2.12 ] { - INI { Entry [ swoole.enable_coroutine ] Current = 'On' } - Entry [ swoole.aio_thread_num ] - Current = '2' - } Entry [ swoole.display_errors ] Current = 'On' } @@ -22,11 +19,11 @@ Extension [ extension #149 swoole version 4.2.11 ] { } - Constants [253] { - Constant [ string SWOOLE_VERSION ] { 4.2.11 } - Constant [ integer SWOOLE_VERSION_ID ] { 40211 } + Constant [ string SWOOLE_VERSION ] { 4.2.12 } + Constant [ integer SWOOLE_VERSION_ID ] { 40212 } Constant [ integer SWOOLE_MAJOR_VERSION ] { 4 } Constant [ integer SWOOLE_MINOR_VERSION ] { 2 } - Constant [ integer SWOOLE_RELEASE_VERSION ] { 11 } + Constant [ integer SWOOLE_RELEASE_VERSION ] { 12 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ boolean SWOOLE_DEBUG ] { } Constant [ integer SWOOLE_BASE ] { 1 } @@ -83,8 +80,9 @@ Extension [ extension #149 swoole version 4.2.11 ] { Constant [ integer SWOOLE_ERROR_FILE_EMPTY ] { 702 } Constant [ integer SWOOLE_ERROR_DNSLOOKUP_DUPLICATE_REQUEST ] { 703 } Constant [ integer SWOOLE_ERROR_DNSLOOKUP_RESOLVE_FAILED ] { 704 } - Constant [ integer SWOOLE_ERROR_BAD_IPV6_ADDRESS ] { 705 } - Constant [ integer SWOOLE_ERROR_UNREGISTERED_SIGNAL ] { 706 } + Constant [ integer SWOOLE_ERROR_DNSLOOKUP_RESOLVE_TIMEOUT ] { 705 } + Constant [ integer SWOOLE_ERROR_BAD_IPV6_ADDRESS ] { 706 } + Constant [ integer SWOOLE_ERROR_UNREGISTERED_SIGNAL ] { 707 } Constant [ integer SWOOLE_ERROR_SESSION_CLOSED_BY_SERVER ] { 1001 } Constant [ integer SWOOLE_ERROR_SESSION_CLOSED_BY_CLIENT ] { 1002 } Constant [ integer SWOOLE_ERROR_SESSION_CLOSING ] { 1003 } @@ -107,6 +105,7 @@ Extension [ extension #149 swoole version 4.2.11 ] { Constant [ integer SWOOLE_ERROR_HTTP2_STREAM_NO_HEADER ] { 3002 } Constant [ integer SWOOLE_ERROR_HTTP2_STREAM_NOT_FOUND ] { 3003 } Constant [ integer SWOOLE_ERROR_AIO_BAD_REQUEST ] { 4001 } + Constant [ integer SWOOLE_ERROR_AIO_CANCELED ] { 4002 } Constant [ integer SWOOLE_ERROR_CLIENT_NO_CONNECTION ] { 5001 } Constant [ integer SWOOLE_ERROR_SOCKET_CLOSED ] { 5002 } Constant [ integer SWOOLE_ERROR_SOCKS5_UNSUPPORT_VERSION ] { 7001 } @@ -206,8 +205,6 @@ Extension [ extension #149 swoole version 4.2.11 ] { Constant [ integer SWOOLE_CORO_END ] { 3 } Constant [ integer SWOOLE_EXIT_IN_COROUTINE ] { 2 } Constant [ integer SWOOLE_EXIT_IN_SERVER ] { 4 } - Constant [ integer SWOOLE_AIO_BASE ] { 0 } - Constant [ integer SWOOLE_AIO_LINUX ] { 0 } Constant [ integer SWOOLE_HOOK_FILE ] { 2 } Constant [ integer SWOOLE_HOOK_SLEEP ] { 4 } Constant [ integer SWOOLE_HOOK_TCP ] { 8 } @@ -541,7 +538,7 @@ Extension [ extension #149 swoole version 4.2.11 ] { } } - - Classes [51] { + - Classes [52] { Class [ class Swoole\Timer ] { - Constants [0] { @@ -1166,6 +1163,34 @@ Extension [ extension #149 swoole version 4.2.11 ] { } } + Class [ final class Swoole\Server\Task ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ public $data ] + Property [ public $id ] + Property [ public $worker_id ] + Property [ public $flags ] + } + + - Methods [1] { + Method [ public method finish ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + } + } + Class [ class Swoole\Connection\Iterator implements Iterator, Traversable, ArrayAccess, Countable ] { - Constants [0] { @@ -1865,7 +1890,7 @@ Extension [ extension #149 swoole version 4.2.11 ] { Property [ public $errMsg ] } - - Methods [156] { + - Methods [157] { Method [ public method __construct ] { - Parameters [1] { @@ -1888,6 +1913,12 @@ Extension [ extension #149 swoole version 4.2.11 ] { } } + Method [ public method getOptions ] { + + - Parameters [0] { + } + } + Method [ public method setOptions ] { - Parameters [1] { @@ -3111,7 +3142,7 @@ Extension [ extension #149 swoole version 4.2.11 ] { Property [ public $error ] } - - Methods [12] { + - Methods [14] { Method [ public method __construct ] { - Parameters [0] { @@ -3132,6 +3163,22 @@ Extension [ extension #149 swoole version 4.2.11 ] { } } + Method [ public method prepare ] { + + - Parameters [2] { + Parameter #0 [ $stmtname ] + Parameter #1 [ $query ] + } + } + + Method [ public method execute ] { + + - Parameters [2] { + Parameter #0 [ $stmtname ] + Parameter #1 [ $pv_param_arr ] + } + } + Method [ public method fetchAll ] { - Parameters [2] { @@ -3643,9 +3690,10 @@ Extension [ extension #149 swoole version 4.2.11 ] { Method [ static public method gethostbyname ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ $domain_name ] Parameter #1 [ $family ] + Parameter #2 [ $timeout ] } } @@ -6496,7 +6544,7 @@ Extension [ extension #149 swoole version 4.2.11 ] { - Parameters [2] { Parameter #0 [ $string ] - Parameter #1 [ $args ] + Parameter #1 [ $flag ] } } } -- cgit