From 0d04dd098e5de6f89df11e112fb59f7cb328d9ee Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 13 Jul 2017 09:14:34 +0200 Subject: v1.9.16 --- REFLECTION | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 39f622e..7b343f1 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #80 swoole version 1.9.15 ] { +Extension [ extension #80 swoole version 1.9.16 ] { - INI { Entry [ swoole.aio_thread_num ] @@ -63,7 +63,7 @@ Extension [ extension #80 swoole version 1.9.15 ] { 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.15 } + Constant [ string SWOOLE_VERSION ] { 1.9.16 } Constant [ integer SWOOLE_AIO_BASE ] { 0 } Constant [ integer SWOOLE_AIO_LINUX ] { 1 } Constant [ integer SWOOLE_FILELOCK ] { 2 } @@ -1588,7 +1588,7 @@ Extension [ extension #80 swoole version 1.9.15 ] { - Properties [0] { } - - Methods [7] { + - Methods [8] { Method [ public method __construct ] { - Parameters [2] { @@ -1609,6 +1609,13 @@ Extension [ extension #80 swoole version 1.9.15 ] { } } + Method [ public method lockwait ] { + + - Parameters [1] { + Parameter #0 [ $timeout ] + } + } + Method [ public method trylock ] { - Parameters [0] { -- cgit