From fa2c944df76a3a3eac05474588f4298b0c4d52fe Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 20 Jun 2014 10:01:57 +0200 Subject: php-pecl-swoole: 1.7.3 (stable) --- REFLECTION | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 9f0ce9e..6397fe5 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #135 swoole version 1.7.2 ] { +Extension [ extension #141 swoole version 1.7.3 ] { - INI { Entry [ swoole.task_worker_num ] @@ -13,6 +13,9 @@ Extension [ extension #135 swoole version 1.7.2 ] { Entry [ swoole.message_queue_key ] Current = '0' } + Entry [ swoole.unixsock_buffer_size ] + Current = '8388608' + } } - Constants [35] { @@ -50,7 +53,7 @@ Extension [ extension #135 swoole version 1.7.2 ] { Constant [ integer SWOOLE_HOST ] { 16 } Constant [ integer SWOOLE_SHORT ] { 2 } Constant [ integer SWOOLE_INT ] { 4 } - Constant [ string SWOOLE_VERSION ] { 1.7.2 } + Constant [ string SWOOLE_VERSION ] { 1.7.3 } } - Functions { @@ -314,7 +317,7 @@ Extension [ extension #135 swoole version 1.7.2 ] { - Properties [0] { } - - Methods [19] { + - Methods [20] { Method [ public method __construct ] { - Parameters [4] { @@ -428,6 +431,13 @@ Extension [ extension #135 swoole version 1.7.2 ] { } } + Method [ public method heartbeat ] { + + - Parameters [1] { + Parameter #0 [ $from_id ] + } + } + Method [ public method handler ] { - Parameters [2] { @@ -516,7 +526,7 @@ Extension [ extension #135 swoole version 1.7.2 ] { - Properties [0] { } - - Methods [5] { + - Methods [6] { Method [ public method __construct ] { } @@ -531,6 +541,9 @@ Extension [ extension #135 swoole version 1.7.2 ] { Method [ public method exit ] { } + + Method [ public method exec ] { + } } } } -- cgit