From 07f7ab8ccb08e1ebf1e0e265f6a05ddc36613434 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 9 Jan 2017 08:28:32 +0100 Subject: php-pecl-swoole: 1.9.4 --- REFLECTION | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 41b4393..a5ade8b 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #126 swoole version 1.9.3 ] { +Extension [ extension #80 swoole version 1.9.4 ] { - INI { Entry [ swoole.aio_thread_num ] @@ -63,7 +63,7 @@ Extension [ extension #126 swoole version 1.9.3 ] { Constant [ integer SWOOLE_DTLSv1_CLIENT_METHOD ] { 17 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 1.9.3 } + Constant [ string SWOOLE_VERSION ] { 1.9.4 } Constant [ integer SWOOLE_AIO_BASE ] { 0 } Constant [ integer SWOOLE_AIO_LINUX ] { 1 } Constant [ integer SWOOLE_FILELOCK ] { 2 } @@ -970,10 +970,11 @@ Extension [ extension #126 swoole version 1.9.3 ] { - Static methods [0] { } - - Properties [3] { + - Properties [4] { Property [ public $errCode ] Property [ public $sock ] Property [ public $reuse ] + Property [ public $reuseCount ] } - Methods [22] { @@ -2142,7 +2143,7 @@ Extension [ extension #126 swoole version 1.9.3 ] { - Properties [0] { } - - Methods [9] { + - Methods [10] { Method [ public method __construct ] { - Parameters [1] { @@ -2201,6 +2202,12 @@ Extension [ extension #126 swoole version 1.9.3 ] { } } + Method [ public method recycle ] { + + - Parameters [0] { + } + } + Method [ public method clear ] { - Parameters [0] { -- cgit