From 13f0408c5a77d83821c32fd447de719f19d57a02 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 4 Feb 2016 10:04:13 +0100 Subject: php-pecl-swoole: 1.8.1 --- REFLECTION | 55 ++++++++++++++++++++++++++++++++++++++++++++++++---- php-pecl-swoole.spec | 6 +++++- 2 files changed, 56 insertions(+), 5 deletions(-) diff --git a/REFLECTION b/REFLECTION index 74aa820..26f6ee2 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #167 swoole version 1.8.0 ] { +Extension [ extension #166 swoole version 1.8.1 ] { - INI { Entry [ swoole.aio_thread_num ] @@ -7,6 +7,9 @@ Extension [ extension #167 swoole version 1.8.0 ] { Entry [ swoole.display_errors ] Current = 'On' } + Entry [ swoole.use_namespace ] + Current = 'Off' + } Entry [ swoole.message_queue_key ] Current = '0' } @@ -42,7 +45,7 @@ Extension [ extension #167 swoole version 1.8.0 ] { Constant [ integer SWOOLE_KEEP ] { 4096 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 1.8.0 } + Constant [ string SWOOLE_VERSION ] { 1.8.1 } Constant [ integer SWOOLE_AIO_BASE ] { 0 } Constant [ integer SWOOLE_AIO_GCC ] { 1 } Constant [ integer SWOOLE_AIO_LINUX ] { 2 } @@ -220,7 +223,7 @@ Extension [ extension #167 swoole version 1.8.0 ] { } } - - Classes [14] { + - Classes [15] { Class [ class swoole_server ] { - Constants [0] { @@ -469,6 +472,47 @@ Extension [ extension #167 swoole version 1.8.0 ] { } } + Class [ class swoole_timer ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [3] { + Method [ static public method tick ] { + + - Parameters [3] { + Parameter #0 [ $ms ] + Parameter #1 [ $callback ] + Parameter #2 [ $param ] + } + } + + Method [ static public method after ] { + + - Parameters [2] { + Parameter #0 [ $ms ] + Parameter #1 [ $callback ] + } + } + + Method [ static public method clear ] { + + - Parameters [1] { + Parameter #0 [ $timer_id ] + } + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + Class [ class swoole_connection_iterator implements Iterator, Traversable, Countable ] { - Constants [0] { @@ -536,7 +580,10 @@ Extension [ extension #167 swoole version 1.8.0 ] { - Properties [0] { } - - Methods [3] { + - Methods [4] { + Method [ private method __construct ] { + } + Method [ public method __destruct ] { } diff --git a/php-pecl-swoole.spec b/php-pecl-swoole.spec index af942ca..f98c995 100644 --- a/php-pecl-swoole.spec +++ b/php-pecl-swoole.spec @@ -31,7 +31,7 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.8.0 +Version: 1.8.1 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD Group: Development/Languages @@ -141,6 +141,7 @@ extension=%{pecl_name}.so ; Configuration ;swoole.aio_thread_num = 2 ;swoole.display_errors = On +;swoole.use_namespace = Off ;swoole.message_queue_key = 0 ;swoole.unixsock_buffer_size = 8388608 EOF @@ -256,6 +257,9 @@ rm -rf %{buildroot} %changelog +* Thu Feb 4 2016 Remi Collet - 1.8.1-1 +- Update to 1.8.1 (stable) + * Wed Jan 27 2016 Remi Collet - 1.8.0-1 - Update to 1.8.0 (stable) -- cgit