From 925ffaf5ba72af6b19499a2bc95da581f61b2ae8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 23 Jul 2015 07:43:38 +0200 Subject: php-pecl-swoole: 1.7.18 --- REFLECTION | 36 ++++++++++++++++++++++++++++++------ 1 file changed, 30 insertions(+), 6 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 0687547..173c978 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #155 swoole version 1.7.17 ] { +Extension [ extension #155 swoole version 1.7.18 ] { - INI { Entry [ swoole.aio_thread_num ] @@ -42,7 +42,7 @@ Extension [ extension #155 swoole version 1.7.17 ] { Constant [ integer SWOOLE_KEEP ] { 512 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 1.7.17 } + Constant [ string SWOOLE_VERSION ] { 1.7.18 } Constant [ integer SWOOLE_AIO_BASE ] { 0 } Constant [ integer SWOOLE_AIO_GCC ] { 1 } Constant [ integer SWOOLE_AIO_LINUX ] { 2 } @@ -298,7 +298,7 @@ Extension [ extension #155 swoole version 1.7.17 ] { - Properties [0] { } - - Methods [30] { + - Methods [31] { Method [ public method __construct ] { - Parameters [4] { @@ -348,6 +348,13 @@ Extension [ extension #155 swoole version 1.7.17 ] { } } + Method [ public method exist ] { + + - Parameters [1] { + Parameter #0 [ $conn_fd ] + } + } + Method [ public method sendfile ] { - Parameters [2] { @@ -618,7 +625,7 @@ Extension [ extension #155 swoole version 1.7.17 ] { - Static properties [0] { } - - Static methods [4] { + - Static methods [5] { Method [ static public method wait ] { } @@ -630,6 +637,9 @@ Extension [ extension #155 swoole version 1.7.17 ] { Method [ static public method daemon ] { } + + Method [ static public method setaffinity ] { + } } - Properties [0] { @@ -874,7 +884,7 @@ Extension [ extension #155 swoole version 1.7.17 ] { Property [ private $global ] } - - Methods [31] { + - Methods [32] { Method [ public method on ] { - Parameters [2] { @@ -932,6 +942,13 @@ Extension [ extension #155 swoole version 1.7.17 ] { } } + Method [ public method exist ] { + + - Parameters [1] { + Parameter #0 [ $conn_fd ] + } + } + Method [ public method sendfile ] { - Parameters [2] { @@ -1188,7 +1205,7 @@ Extension [ extension #155 swoole version 1.7.17 ] { - Properties [0] { } - - Methods [32] { + - Methods [33] { Method [ public method on ] { - Parameters [2] { @@ -1256,6 +1273,13 @@ Extension [ extension #155 swoole version 1.7.17 ] { } } + Method [ public method exist ] { + + - Parameters [1] { + Parameter #0 [ $conn_fd ] + } + } + Method [ public method sendfile ] { - Parameters [2] { -- cgit