From b628a1daa88e70cfcad2ee7258ce147c7fdf1aef Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 7 Jan 2015 16:55:39 +0100 Subject: php-pecl-swoole: 1.7.9 --- REFLECTION | 123 +++++++++++++++++++++++++++++++++++---------------- php-pecl-swoole.spec | 7 ++- 2 files changed, 90 insertions(+), 40 deletions(-) diff --git a/REFLECTION b/REFLECTION index a84af72..4f50ff6 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,11 +1,11 @@ -Extension [ extension #147 swoole version 1.7.8 ] { +Extension [ extension #146 swoole version 1.7.9 ] { - INI { Entry [ swoole.aio_thread_num ] Current = '2' } Entry [ swoole.display_errors ] - Current = '2' + Current = 'On' } Entry [ swoole.message_queue_key ] Current = '0' @@ -15,7 +15,7 @@ Extension [ extension #147 swoole version 1.7.8 ] { } } - - Constants [35] { + - Constants [41] { Constant [ integer SWOOLE_BASE ] { 4 } Constant [ integer SWOOLE_THREAD ] { 2 } Constant [ integer SWOOLE_PROCESS ] { 3 } @@ -47,10 +47,16 @@ Extension [ extension #147 swoole version 1.7.8 ] { Constant [ integer SWOOLE_SSL ] { 512 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 1.7.8 } + Constant [ string SWOOLE_VERSION ] { 1.7.9 } Constant [ integer SWOOLE_AIO_BASE ] { 0 } Constant [ integer SWOOLE_AIO_GCC ] { 1 } Constant [ integer SWOOLE_AIO_LINUX ] { 2 } + Constant [ integer WEBSOCKET_OPCODE_TEXT ] { 1 } + Constant [ integer WEBSOCKET_OPCODE_BINARY ] { 2 } + Constant [ integer HTTP_GLOBAL_GET ] { 1 } + Constant [ integer HTTP_GLOBAL_POST ] { 2 } + Constant [ integer HTTP_GLOBAL_COOKIE ] { 4 } + Constant [ integer HTTP_GLOBAL_ALL ] { 31 } } - Functions { @@ -188,14 +194,6 @@ Extension [ extension #147 swoole version 1.7.8 ] { Parameter #1 [ $from_id ] } } - Function [ function swoole_bind_uid ] { - - - Parameters [3] { - Parameter #0 [ swoole_server $zobject ] - Parameter #1 [ $fd ] - Parameter #2 [ $uid ] - } - } Function [ function swoole_connection_info ] { - Parameters [3] { @@ -237,6 +235,13 @@ Extension [ extension #147 swoole version 1.7.8 ] { - Parameters [0] { } } + Function [ function swoole_event_write ] { + + - Parameters [2] { + Parameter #0 [ $fd ] + Parameter #1 [ $data ] + } + } Function [ function swoole_timer_add ] { - Parameters [2] { @@ -278,7 +283,7 @@ Extension [ extension #147 swoole version 1.7.8 ] { } } - - Classes [9] { + - Classes [10] { Class [ class swoole_server ] { - Constants [0] { @@ -293,7 +298,7 @@ Extension [ extension #147 swoole version 1.7.8 ] { - Properties [0] { } - - Methods [24] { + - Methods [26] { Method [ public method __construct ] { - Parameters [4] { @@ -433,14 +438,6 @@ Extension [ extension #147 swoole version 1.7.8 ] { } } - Method [ public method bind_uid ] { - - - Parameters [2] { - Parameter #0 [ $fd ] - Parameter #1 [ $uid ] - } - } - Method [ public method connection_info ] { - Parameters [2] { @@ -460,8 +457,22 @@ Extension [ extension #147 swoole version 1.7.8 ] { Method [ public method after ] { } + Method [ public method sendmessage ] { + } + + Method [ public method addprocess ] { + } + Method [ public method stats ] { } + + Method [ public method bind ] { + + - Parameters [2] { + Parameter #0 [ $fd ] + Parameter #1 [ $uid ] + } + } } } @@ -508,10 +519,13 @@ Extension [ extension #147 swoole version 1.7.8 ] { - Static properties [0] { } - - Static methods [3] { + - Static methods [4] { Method [ static public method wait ] { } + Method [ static public method signal ] { + } + Method [ static public method kill ] { } @@ -522,7 +536,7 @@ Extension [ extension #147 swoole version 1.7.8 ] { - Properties [0] { } - - Methods [9] { + - Methods [11] { Method [ public method __construct ] { } @@ -535,6 +549,9 @@ Extension [ extension #147 swoole version 1.7.8 ] { Method [ public method write ] { } + Method [ public method close ] { + } + Method [ public method read ] { } @@ -549,6 +566,9 @@ Extension [ extension #147 swoole version 1.7.8 ] { Method [ public method exec ] { } + + Method [ public method name ] { + } } } @@ -764,10 +784,11 @@ Extension [ extension #147 swoole version 1.7.8 ] { - Static methods [0] { } - - Properties [0] { + - Properties [1] { + Property [ private $global ] } - - Methods [24] { + - Methods [27] { Method [ public method on ] { - Parameters [2] { @@ -776,6 +797,9 @@ Extension [ extension #147 swoole version 1.7.8 ] { } } + Method [ public method setGlobal ] { + } + Method [ public method start ] { } @@ -904,14 +928,6 @@ Extension [ extension #147 swoole version 1.7.8 ] { } } - Method [ public method bind_uid ] { - - - Parameters [2] { - Parameter #0 [ $fd ] - Parameter #1 [ $uid ] - } - } - Method [ public method connection_info ] { - Parameters [2] { @@ -931,8 +947,22 @@ Extension [ extension #147 swoole version 1.7.8 ] { Method [ public method after ] { } + Method [ public method sendmessage ] { + } + + Method [ public method addprocess ] { + } + Method [ public method stats ] { } + + Method [ public method bind ] { + + - Parameters [2] { + Parameter #0 [ $fd ] + Parameter #1 [ $uid ] + } + } } } @@ -950,7 +980,7 @@ Extension [ extension #147 swoole version 1.7.8 ] { - Properties [0] { } - - Methods [6] { + - Methods [5] { Method [ public method cookie ] { } @@ -965,9 +995,6 @@ Extension [ extension #147 swoole version 1.7.8 ] { Method [ public method end ] { } - - Method [ public method message ] { - } } } @@ -990,6 +1017,26 @@ Extension [ extension #147 swoole version 1.7.8 ] { } } } + + Class [ class swoole_http_wsresponse ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method message ] { + } + } + } } } diff --git a/php-pecl-swoole.spec b/php-pecl-swoole.spec index 909b018..acae7e2 100644 --- a/php-pecl-swoole.spec +++ b/php-pecl-swoole.spec @@ -23,8 +23,8 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.7.8 -Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}.1 +Version: 1.7.9 +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: BSD Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -231,6 +231,9 @@ rm -rf %{buildroot} %changelog +* Wed Jan 07 2015 Remi Collet - 1.7.9-1 +- Update to 1.7.9 + * Wed Dec 24 2014 Remi Collet - 1.7.8-1.1 - Fedora 21 SCL mass rebuild -- cgit