From a7c3cdafd49b3241fd26eed95750fa681f6adb38 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Oct 2015 06:51:44 +0200 Subject: php-pecl-swoole: 1.7.20 --- REFLECTION | 74 +++++++++++++++++++++++++++++++++++++++------------- php-pecl-swoole.spec | 7 +++-- 2 files changed, 61 insertions(+), 20 deletions(-) diff --git a/REFLECTION b/REFLECTION index 9bc9277..f80167d 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #158 swoole version 1.7.19 ] { +Extension [ extension #160 swoole version 1.7.20 ] { - INI { Entry [ swoole.aio_thread_num ] @@ -39,10 +39,10 @@ Extension [ extension #158 swoole version 1.7.19 ] { Constant [ integer SWOOLE_SOCK_ASYNC ] { 1 } Constant [ integer SWOOLE_SYNC ] { 2048 } Constant [ integer SWOOLE_ASYNC ] { 1024 } - Constant [ integer SWOOLE_KEEP ] { 512 } + Constant [ integer SWOOLE_KEEP ] { 4096 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 1.7.19 } + Constant [ string SWOOLE_VERSION ] { 1.7.20 } Constant [ integer SWOOLE_AIO_BASE ] { 0 } Constant [ integer SWOOLE_AIO_GCC ] { 1 } Constant [ integer SWOOLE_AIO_LINUX ] { 2 } @@ -298,7 +298,7 @@ Extension [ extension #158 swoole version 1.7.19 ] { - Properties [0] { } - - Methods [32] { + - Methods [34] { Method [ public method __construct ] { - Parameters [4] { @@ -470,6 +470,22 @@ Extension [ extension #158 swoole version 1.7.19 ] { } } + Method [ public method getClientInfo ] { + + - Parameters [2] { + Parameter #0 [ $fd ] + Parameter #1 [ $from_id ] + } + } + + Method [ public method getClientList ] { + + - Parameters [2] { + Parameter #0 [ $start_fd ] + Parameter #1 [ $find_count ] + } + } + Method [ public method addtimer ] { - Parameters [1] { @@ -695,17 +711,10 @@ Extension [ extension #158 swoole version 1.7.19 ] { Class [ class swoole_table implements Iterator, Traversable, Countable ] { - - Constants [10] { + - Constants [3] { Constant [ integer TYPE_INT ] { 1 } Constant [ integer TYPE_STRING ] { 7 } Constant [ integer TYPE_FLOAT ] { 6 } - Constant [ integer FIND_GT ] { 3 } - Constant [ integer FIND_LT ] { 4 } - Constant [ integer FIND_EQ ] { 1 } - Constant [ integer FIND_NEQ ] { 2 } - Constant [ integer FIND_LEFTLIKE ] { 5 } - Constant [ integer FIND_RIGHTLIKE ] { 6 } - Constant [ integer FIND_LIKE ] { 7 } } - Static properties [0] { @@ -717,7 +726,7 @@ Extension [ extension #158 swoole version 1.7.19 ] { - Properties [0] { } - - Methods [18] { + - Methods [17] { Method [ public method __construct ] { - Parameters [1] { @@ -725,9 +734,6 @@ Extension [ extension #158 swoole version 1.7.19 ] { } } - Method [ public method __destruct ] { - } - Method [ public method column ] { - Parameters [3] { @@ -928,7 +934,7 @@ Extension [ extension #158 swoole version 1.7.19 ] { Property [ private $global ] } - - Methods [33] { + - Methods [35] { Method [ public method on ] { - Parameters [2] { @@ -1100,6 +1106,22 @@ Extension [ extension #158 swoole version 1.7.19 ] { } } + Method [ public method getClientInfo ] { + + - Parameters [2] { + Parameter #0 [ $fd ] + Parameter #1 [ $from_id ] + } + } + + Method [ public method getClientList ] { + + - Parameters [2] { + Parameter #0 [ $start_fd ] + Parameter #1 [ $find_count ] + } + } + Method [ public method addtimer ] { - Parameters [1] { @@ -1258,7 +1280,7 @@ Extension [ extension #158 swoole version 1.7.19 ] { - Properties [0] { } - - Methods [34] { + - Methods [36] { Method [ public method on ] { - Parameters [2] { @@ -1440,6 +1462,22 @@ Extension [ extension #158 swoole version 1.7.19 ] { } } + Method [ public method getClientInfo ] { + + - Parameters [2] { + Parameter #0 [ $fd ] + Parameter #1 [ $from_id ] + } + } + + Method [ public method getClientList ] { + + - Parameters [2] { + Parameter #0 [ $start_fd ] + Parameter #1 [ $find_count ] + } + } + Method [ public method addtimer ] { - Parameters [1] { diff --git a/php-pecl-swoole.spec b/php-pecl-swoole.spec index 3595c41..a0ab87c 100644 --- a/php-pecl-swoole.spec +++ b/php-pecl-swoole.spec @@ -31,8 +31,8 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.7.19 -Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 1.7.20 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -253,6 +253,9 @@ rm -rf %{buildroot} %changelog +* Wed Oct 21 2015 Remi Collet - 1.7.20-1 +- Update to 1.7.20 + * Tue Oct 13 2015 Remi Collet - 1.7.19-4 - rebuild for PHP 7.0.0RC5 new API version -- cgit