From c011c7457194b1ccdc41c81ae349b4dfb7f73062 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 25 Oct 2016 08:27:56 +0200 Subject: php-pecl-swoole: 1.8.13 --- REFLECTION | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 15062b5..2f73fb5 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #123 swoole version 1.8.12 ] { +Extension [ extension #122 swoole version 1.8.13 ] { - INI { Entry [ swoole.aio_thread_num ] @@ -63,7 +63,7 @@ Extension [ extension #123 swoole version 1.8.12 ] { Constant [ integer SWOOLE_DTLSv1_CLIENT_METHOD ] { 17 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 1.8.12 } + Constant [ string SWOOLE_VERSION ] { 1.8.13 } Constant [ integer SWOOLE_AIO_BASE ] { 0 } Constant [ integer SWOOLE_AIO_LINUX ] { 1 } Constant [ integer SWOOLE_FILELOCK ] { 2 } @@ -198,18 +198,18 @@ Extension [ extension #123 swoole version 1.8.12 ] { Function [ function swoole_client_select ] { - Parameters [4] { - Parameter #0 [ $read_array ] - Parameter #1 [ $write_array ] - Parameter #2 [ $error_array ] + Parameter #0 [ &$read_array ] + Parameter #1 [ &$write_array ] + Parameter #2 [ &$error_array ] Parameter #3 [ $timeout ] } } Function [ function swoole_select ] { - Parameters [4] { - Parameter #0 [ $read_array ] - Parameter #1 [ $write_array ] - Parameter #2 [ $error_array ] + Parameter #0 [ &$read_array ] + Parameter #1 [ &$write_array ] + Parameter #2 [ &$error_array ] Parameter #3 [ $timeout ] } } @@ -958,13 +958,16 @@ Extension [ extension #123 swoole version 1.8.12 ] { - Static properties [0] { } - - Static methods [5] { + - Static methods [6] { Method [ static public method wait ] { } Method [ static public method signal ] { } + Method [ static public method alarm ] { + } + Method [ static public method kill ] { } @@ -2009,7 +2012,7 @@ Extension [ extension #123 swoole version 1.8.12 ] { } - Methods [10] { - Method [ method __construct ] { + Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] -- cgit