From a244488b61de78f6d7853cb18b8798af846a567d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 8 May 2015 07:56:26 +0200 Subject: php-pecl-swoole: 1.7.16 --- REFLECTION | 266 ++++++++++++++++++++++++++++++++------------------- php-pecl-swoole.spec | 5 +- 2 files changed, 172 insertions(+), 99 deletions(-) diff --git a/REFLECTION b/REFLECTION index 876fc53..27085ba 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #153 swoole version 1.7.15 ] { +Extension [ extension #153 swoole version 1.7.16 ] { - INI { Entry [ swoole.aio_thread_num ] @@ -35,11 +35,6 @@ Extension [ extension #153 swoole version 1.7.15 ] { Constant [ integer SWOOLE_UDP6 ] { 4 } Constant [ integer SWOOLE_UNIX_DGRAM ] { 5 } Constant [ integer SWOOLE_UNIX_STREAM ] { 6 } - Constant [ integer SWOOLE_FILELOCK ] { 2 } - Constant [ integer SWOOLE_MUTEX ] { 3 } - Constant [ integer SWOOLE_SEM ] { 4 } - Constant [ integer SWOOLE_RWLOCK ] { 1 } - Constant [ integer SWOOLE_SPINLOCK ] { 5 } Constant [ integer SWOOLE_SOCK_SYNC ] { 0 } Constant [ integer SWOOLE_SOCK_ASYNC ] { 1 } Constant [ integer SWOOLE_SYNC ] { 2048 } @@ -47,10 +42,15 @@ Extension [ extension #153 swoole version 1.7.15 ] { Constant [ integer SWOOLE_KEEP ] { 512 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 1.7.15 } + Constant [ string SWOOLE_VERSION ] { 1.7.16 } Constant [ integer SWOOLE_AIO_BASE ] { 0 } Constant [ integer SWOOLE_AIO_GCC ] { 1 } Constant [ integer SWOOLE_AIO_LINUX ] { 2 } + Constant [ integer SWOOLE_FILELOCK ] { 2 } + Constant [ integer SWOOLE_MUTEX ] { 3 } + Constant [ integer SWOOLE_SEM ] { 4 } + Constant [ integer SWOOLE_RWLOCK ] { 1 } + Constant [ integer SWOOLE_SPINLOCK ] { 5 } Constant [ integer HTTP_GLOBAL_GET ] { 2 } Constant [ integer HTTP_GLOBAL_POST ] { 4 } Constant [ integer HTTP_GLOBAL_COOKIE ] { 8 } @@ -283,7 +283,7 @@ Extension [ extension #153 swoole version 1.7.15 ] { } } - - Classes [11] { + - Classes [12] { Class [ class swoole_server ] { - Constants [0] { @@ -499,7 +499,7 @@ Extension [ extension #153 swoole version 1.7.15 ] { } } - Class [ class swoole_lock ] { + Class [ class swoole_connection_iterator implements Iterator, Traversable, Countable ] { - Constants [0] { } @@ -514,27 +514,45 @@ Extension [ extension #153 swoole version 1.7.15 ] { } - Methods [6] { - Method [ public method __construct ] { + Method [ public method rewind ] { + + - Parameters [0] { + } } - Method [ public method lock ] { + Method [ public method next ] { + + - Parameters [0] { + } } - Method [ public method trylock ] { + Method [ public method current ] { + + - Parameters [0] { + } } - Method [ public method lock_read ] { + Method [ public method key ] { + + - Parameters [0] { + } } - Method [ public method trylock_read ] { + Method [ public method valid ] { + + - Parameters [0] { + } } - Method [ public method unlock ] { + Method [ public method count ] { + + - Parameters [0] { + } } } } - Class [ class swoole_process ] { + Class [ class swoole_client ] { - Constants [0] { } @@ -542,60 +560,57 @@ Extension [ extension #153 swoole version 1.7.15 ] { - Static properties [0] { } - - Static methods [4] { - Method [ static public method wait ] { - } + - Static methods [0] { + } - Method [ static public method signal ] { - } + - Properties [2] { + Property [ public $errCode ] + Property [ public $sock ] + } - Method [ static public method kill ] { + - Methods [13] { + Method [ public method __construct ] { } - Method [ static public method daemon ] { + Method [ public method __destruct ] { } - } - - Properties [0] { - } - - - Methods [11] { - Method [ public method __construct ] { + Method [ public method set ] { } - Method [ public method useQueue ] { + Method [ public method connect ] { } - Method [ public method start ] { + Method [ public method recv ] { } - Method [ public method write ] { + Method [ public method send ] { } - Method [ public method close ] { + Method [ public method sendfile ] { } - Method [ public method read ] { + Method [ public method sendto ] { } - Method [ public method push ] { + Method [ public method isConnected ] { } - Method [ public method pop ] { + Method [ public method getsockname ] { } - Method [ public method exit ] { + Method [ public method getpeername ] { } - Method [ public method exec ] { + Method [ public method close ] { } - Method [ public method name ] { + Method [ public method on ] { } } } - Class [ class swoole_buffer ] { + Class [ class swoole_process ] { - Constants [0] { } @@ -603,84 +618,58 @@ Extension [ extension #153 swoole version 1.7.15 ] { - Static properties [0] { } - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [7] { - Method [ public method __construct ] { - } - - Method [ public method substr ] { - } - - Method [ public method read ] { - } - - Method [ public method write ] { + - Static methods [4] { + Method [ static public method wait ] { } - Method [ public method append ] { + Method [ static public method signal ] { } - Method [ public method expand ] { + Method [ static public method kill ] { } - Method [ public method clear ] { + Method [ static public method daemon ] { } } - } - - Class [ class swoole_client ] { - - - Constants [0] { - } - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [2] { - Property [ public $errCode ] - Property [ public $sock ] + - Properties [0] { } - - Methods [11] { + - Methods [12] { Method [ public method __construct ] { } - Method [ public method connect ] { + Method [ public method __destruct ] { } - Method [ public method recv ] { + Method [ public method useQueue ] { } - Method [ public method send ] { + Method [ public method start ] { } - Method [ public method sendfile ] { + Method [ public method write ] { } - Method [ public method sendto ] { + Method [ public method close ] { } - Method [ public method isConnected ] { + Method [ public method read ] { } - Method [ public method getsockname ] { + Method [ public method push ] { } - Method [ public method getpeername ] { + Method [ public method pop ] { } - Method [ public method close ] { + Method [ public method exit ] { } - Method [ public method on ] { + Method [ public method exec ] { + } + + Method [ public method name ] { } } } @@ -709,7 +698,7 @@ Extension [ extension #153 swoole version 1.7.15 ] { - Properties [0] { } - - Methods [16] { + - Methods [17] { Method [ public method __construct ] { - Parameters [1] { @@ -717,6 +706,9 @@ Extension [ extension #153 swoole version 1.7.15 ] { } } + Method [ public method __destruct ] { + } + Method [ public method column ] { - Parameters [3] { @@ -749,8 +741,7 @@ Extension [ extension #153 swoole version 1.7.15 ] { Method [ public method count ] { - - Parameters [1] { - Parameter #0 [ $mode ] + - Parameters [0] { } } @@ -823,6 +814,44 @@ Extension [ extension #153 swoole version 1.7.15 ] { } } + Class [ class swoole_lock ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ public method __construct ] { + } + + Method [ public method __destruct ] { + } + + Method [ public method lock ] { + } + + Method [ public method trylock ] { + } + + Method [ public method lock_read ] { + } + + Method [ public method trylock_read ] { + } + + Method [ public method unlock ] { + } + } + } + Class [ class swoole_http_server extends swoole_server ] { - Constants [0] { @@ -1097,6 +1126,47 @@ Extension [ extension #153 swoole version 1.7.15 ] { } } + Class [ class swoole_buffer ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { + Method [ public method __construct ] { + } + + Method [ public method __destruct ] { + } + + Method [ public method substr ] { + } + + Method [ public method read ] { + } + + Method [ public method write ] { + } + + Method [ public method append ] { + } + + Method [ public method expand ] { + } + + Method [ public method clear ] { + } + } + } + Class [ class swoole_websocket_server extends swoole_http_server ] { - Constants [0] { @@ -1130,15 +1200,6 @@ Extension [ extension #153 swoole version 1.7.15 ] { } } - Method [ public method send ] { - - - Parameters [3] { - Parameter #0 [ $fd ] - Parameter #1 [ $data ] - Parameter #2 [ $from_id ] - } - } - Method [ public method setglobal ] { } @@ -1162,6 +1223,15 @@ Extension [ extension #153 swoole version 1.7.15 ] { } } + Method [ public method send ] { + + - Parameters [3] { + Parameter #0 [ $conn_fd ] + Parameter #1 [ $send_data ] + Parameter #2 [ $from_id ] + } + } + Method [ public method sendto ] { - Parameters [3] { diff --git a/php-pecl-swoole.spec b/php-pecl-swoole.spec index 6196f80..bb6aeda 100644 --- a/php-pecl-swoole.spec +++ b/php-pecl-swoole.spec @@ -23,7 +23,7 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.7.15 +Version: 1.7.16 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: BSD Group: Development/Languages @@ -245,6 +245,9 @@ rm -rf %{buildroot} %changelog +* Fri May 08 2015 Remi Collet - 1.7.16-1 +- Update to 1.7.16 + * Tue Apr 14 2015 Remi Collet - 1.7.15-1 - Update to 1.7.15 -- cgit