From afeb6a6baca612d074a88e46e78ab15e485db23b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 21 Jun 2018 13:48:53 +0200 Subject: v4.0.1 --- REFLECTION | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index e411967..786ba32 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #147 swoole version 4.0.0 ] { +Extension [ extension #147 swoole version 4.0.1 ] { - INI { Entry [ swoole.aio_thread_num ] @@ -66,7 +66,7 @@ Extension [ extension #147 swoole version 4.0.0 ] { 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.0 } + Constant [ string SWOOLE_VERSION ] { 4.0.1 } Constant [ integer SWOOLE_ERROR_MALLOC_FAIL ] { 501 } Constant [ integer SWOOLE_ERROR_SYSTEM_CALL_FAIL ] { 502 } Constant [ integer SWOOLE_ERROR_PHP_FATAL_ERROR ] { 503 } @@ -2983,7 +2983,7 @@ Extension [ extension #147 swoole version 4.0.0 ] { - Static properties [0] { } - - Static methods [14] { + - Static methods [15] { Method [ static public method create ] { - Parameters [1] { @@ -3018,6 +3018,12 @@ Extension [ extension #147 swoole version 4.0.0 ] { } } + Method [ static public method stats ] { + + - Parameters [0] { + } + } + Method [ static public method getuid ] { - Parameters [0] { @@ -5286,7 +5292,7 @@ Extension [ extension #147 swoole version 4.0.0 ] { - Parameters [3] { Parameter #0 [ array or NULL &$read_list ] Parameter #1 [ array or NULL &$write_list ] - Parameter #2 [ $timeout ] + Parameter #2 [ $timeout ] } } } @@ -5299,7 +5305,7 @@ Extension [ extension #147 swoole version 4.0.0 ] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $size ] + Parameter #0 [ $size ] } } -- cgit