From 3bb766f905de4b986b9098ce88825f7e32916d6c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 10 Mar 2015 08:39:48 +0100 Subject: php-pecl-swoole: 1.7.11 --- REFLECTION | 43 +++++++++++++++++++++++-------------------- php-pecl-swoole.spec | 5 ++++- 2 files changed, 27 insertions(+), 21 deletions(-) diff --git a/REFLECTION b/REFLECTION index 6f4b313..69b3696 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #147 swoole version 1.7.10 ] { +Extension [ extension #147 swoole version 1.7.11 ] { - INI { Entry [ swoole.aio_thread_num ] @@ -48,7 +48,7 @@ Extension [ extension #147 swoole version 1.7.10 ] { Constant [ integer SWOOLE_SSL ] { 512 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 1.7.10 } + Constant [ string SWOOLE_VERSION ] { 1.7.11 } Constant [ integer SWOOLE_AIO_BASE ] { 0 } Constant [ integer SWOOLE_AIO_GCC ] { 1 } Constant [ integer SWOOLE_AIO_LINUX ] { 2 } @@ -732,57 +732,57 @@ Extension [ extension #147 swoole version 1.7.10 ] { } } - Method [ public method rewind ] { + Method [ public method count ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $mode ] } } - Method [ public method next ] { + Method [ public method del ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $key ] } } - Method [ public method current ] { + Method [ public method lock ] { - Parameters [0] { } } - Method [ public method key ] { + Method [ public method unlock ] { - Parameters [0] { } } - Method [ public method valid ] { + Method [ public method rewind ] { - Parameters [0] { } } - Method [ public method count ] { + Method [ public method next ] { - - Parameters [1] { - Parameter #0 [ $mode ] + - Parameters [0] { } } - Method [ public method del ] { + Method [ public method current ] { - - Parameters [1] { - Parameter #0 [ $key ] + - Parameters [0] { } } - Method [ public method lock ] { + Method [ public method key ] { - Parameters [0] { } } - Method [ public method unlock ] { + Method [ public method valid ] { - Parameters [0] { } @@ -814,7 +814,7 @@ Extension [ extension #147 swoole version 1.7.10 ] { } } - Method [ public method setGlobal ] { + Method [ public method setglobal ] { } Method [ public method start ] { @@ -1009,7 +1009,7 @@ Extension [ extension #147 swoole version 1.7.10 ] { - Properties [0] { } - - Methods [5] { + - Methods [6] { Method [ public method cookie ] { } @@ -1022,6 +1022,9 @@ Extension [ extension #147 swoole version 1.7.10 ] { Method [ public method header ] { } + Method [ public method write ] { + } + Method [ public method end ] { } } @@ -1073,7 +1076,7 @@ Extension [ extension #147 swoole version 1.7.10 ] { Method [ public method push ] { } - Method [ public method setGlobal ] { + Method [ public method setglobal ] { } Method [ public method start ] { diff --git a/php-pecl-swoole.spec b/php-pecl-swoole.spec index 6aa5f28..d984200 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.10 +Version: 1.7.11 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: BSD Group: Development/Languages @@ -240,6 +240,9 @@ rm -rf %{buildroot} %changelog +* Tue Mar 10 2015 Remi Collet - 1.7.11-1 +- Update to 1.7.11 + * Sun Feb 15 2015 Remi Collet - 1.7.10-1 - Update to 1.7.10 - drop runtime dependency on pear, new scriptlets -- cgit