From 45bc9b5590bca364b77440876a8661cb657e3386 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 1 Aug 2017 09:57:02 +0200 Subject: v1.9.17 --- REFLECTION | 84 +++++++++++++++++++++++++++++++++++++++++++++------- php-pecl-swoole.spec | 7 +++-- 2 files changed, 78 insertions(+), 13 deletions(-) diff --git a/REFLECTION b/REFLECTION index 7b343f1..e486d59 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #80 swoole version 1.9.16 ] { +Extension [ extension #80 swoole version 1.9.17 ] { - INI { Entry [ swoole.aio_thread_num ] @@ -63,7 +63,7 @@ Extension [ extension #80 swoole version 1.9.16 ] { 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.16 } + Constant [ string SWOOLE_VERSION ] { 1.9.17 } Constant [ integer SWOOLE_AIO_BASE ] { 0 } Constant [ integer SWOOLE_AIO_LINUX ] { 1 } Constant [ integer SWOOLE_FILELOCK ] { 2 } @@ -275,7 +275,7 @@ Extension [ extension #80 swoole version 1.9.16 ] { - Properties [0] { } - - Methods [38] { + - Methods [39] { Method [ public method __construct ] { - Parameters [4] { @@ -286,6 +286,12 @@ Extension [ extension #80 swoole version 1.9.16 ] { } } + Method [ public method __destruct ] { + + - Parameters [0] { + } + } + Method [ public method listen ] { - Parameters [3] { @@ -1576,7 +1582,12 @@ Extension [ extension #80 swoole version 1.9.16 ] { Class [ class swoole_lock ] { - - Constants [0] { + - Constants [5] { + Constant [ integer FILELOCK ] { 2 } + Constant [ integer MUTEX ] { 3 } + Constant [ integer SEM ] { 4 } + Constant [ integer RWLOCK ] { 1 } + Constant [ integer SPINLOCK ] { 5 } } - Static properties [0] { @@ -1730,7 +1741,7 @@ Extension [ extension #80 swoole version 1.9.16 ] { Property [ private $global ] } - - Methods [38] { + - Methods [39] { Method [ public method on ] { - Parameters [2] { @@ -1755,6 +1766,12 @@ Extension [ extension #80 swoole version 1.9.16 ] { } } + Method [ public method __destruct ] { + + - Parameters [0] { + } + } + Method [ public method listen ] { - Parameters [3] { @@ -2274,7 +2291,7 @@ Extension [ extension #80 swoole version 1.9.16 ] { - Properties [0] { } - - Methods [39] { + - Methods [40] { Method [ public method on ] { - Parameters [2] { @@ -2316,6 +2333,12 @@ Extension [ extension #80 swoole version 1.9.16 ] { } } + Method [ public method __destruct ] { + + - Parameters [0] { + } + } + Method [ public method listen ] { - Parameters [3] { @@ -2601,7 +2624,13 @@ Extension [ extension #80 swoole version 1.9.16 ] { Class [ class swoole_mysql ] { - - Constants [0] { + - Constants [6] { + Constant [ integer STATE_QUERY ] { 0 } + Constant [ integer STATE_READ_START ] { 1 } + Constant [ integer STATE_READ_FIELD ] { 2 } + Constant [ integer STATE_READ_ROW ] { 3 } + Constant [ integer STATE_READ_END ] { 4 } + Constant [ integer STATE_CLOSED ] { 5 } } - Static properties [0] { @@ -2617,7 +2646,7 @@ Extension [ extension #80 swoole version 1.9.16 ] { Property [ public $affected_rows ] } - - Methods [10] { + - Methods [11] { Method [ public method __construct ] { - Parameters [0] { @@ -2681,6 +2710,12 @@ Extension [ extension #80 swoole version 1.9.16 ] { } } + Method [ public method getState ] { + + - Parameters [0] { + } + } + Method [ public method on ] { - Parameters [2] { @@ -3080,7 +3115,12 @@ Extension [ extension #80 swoole version 1.9.16 ] { Class [ class swoole_redis ] { - - Constants [0] { + - Constants [5] { + Constant [ integer STATE_CONNECT ] { 0 } + Constant [ integer STATE_READY ] { 1 } + Constant [ integer STATE_WAIT_RESULT ] { 2 } + Constant [ integer STATE_SUBSCRIBE ] { 3 } + Constant [ integer STATE_CLOSED ] { 4 } } - Static properties [0] { @@ -3092,11 +3132,18 @@ Extension [ extension #80 swoole version 1.9.16 ] { - Properties [0] { } - - Methods [6] { + - Methods [7] { Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array or NULL $setting ] + } } Method [ public method __destruct ] { + + - Parameters [0] { + } } Method [ public method on ] { @@ -3117,6 +3164,15 @@ Extension [ extension #80 swoole version 1.9.16 ] { } Method [ public method close ] { + + - Parameters [0] { + } + } + + Method [ public method getState ] { + + - Parameters [0] { + } } Method [ public method __call ] { @@ -3157,7 +3213,7 @@ Extension [ extension #80 swoole version 1.9.16 ] { - Properties [0] { } - - Methods [39] { + - Methods [40] { Method [ public method start ] { - Parameters [0] { @@ -3184,6 +3240,12 @@ Extension [ extension #80 swoole version 1.9.16 ] { } } + Method [ public method __destruct ] { + + - Parameters [0] { + } + } + Method [ public method listen ] { - Parameters [3] { diff --git a/php-pecl-swoole.spec b/php-pecl-swoole.spec index 26b8445..68f1b16 100644 --- a/php-pecl-swoole.spec +++ b/php-pecl-swoole.spec @@ -32,8 +32,8 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.9.16 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 1.9.17 +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} @@ -306,6 +306,9 @@ cd ../ZTS %changelog +* Tue Aug 1 2017 Remi Collet - 1.9.17-1 +- Update to 1.9.17 + * Tue Jul 18 2017 Remi Collet - 1.9.16-2 - rebuild for PHP 7.2.0beta1 new API -- cgit