From c011c7457194b1ccdc41c81ae349b4dfb7f73062 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 25 Oct 2016 08:27:56 +0200 Subject: php-pecl-swoole: 1.8.13 --- REFLECTION | 23 +++++++++++++---------- php-pecl-swoole.spec | 17 ++++++++++------- 2 files changed, 23 insertions(+), 17 deletions(-) diff --git a/REFLECTION b/REFLECTION index 15062b5..2f73fb5 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #123 swoole version 1.8.12 ] { +Extension [ extension #122 swoole version 1.8.13 ] { - INI { Entry [ swoole.aio_thread_num ] @@ -63,7 +63,7 @@ Extension [ extension #123 swoole version 1.8.12 ] { Constant [ integer SWOOLE_DTLSv1_CLIENT_METHOD ] { 17 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 1.8.12 } + Constant [ string SWOOLE_VERSION ] { 1.8.13 } Constant [ integer SWOOLE_AIO_BASE ] { 0 } Constant [ integer SWOOLE_AIO_LINUX ] { 1 } Constant [ integer SWOOLE_FILELOCK ] { 2 } @@ -198,18 +198,18 @@ Extension [ extension #123 swoole version 1.8.12 ] { Function [ function swoole_client_select ] { - Parameters [4] { - Parameter #0 [ $read_array ] - Parameter #1 [ $write_array ] - Parameter #2 [ $error_array ] + Parameter #0 [ &$read_array ] + Parameter #1 [ &$write_array ] + Parameter #2 [ &$error_array ] Parameter #3 [ $timeout ] } } Function [ function swoole_select ] { - Parameters [4] { - Parameter #0 [ $read_array ] - Parameter #1 [ $write_array ] - Parameter #2 [ $error_array ] + Parameter #0 [ &$read_array ] + Parameter #1 [ &$write_array ] + Parameter #2 [ &$error_array ] Parameter #3 [ $timeout ] } } @@ -958,13 +958,16 @@ Extension [ extension #123 swoole version 1.8.12 ] { - Static properties [0] { } - - Static methods [5] { + - Static methods [6] { Method [ static public method wait ] { } Method [ static public method signal ] { } + Method [ static public method alarm ] { + } + Method [ static public method kill ] { } @@ -2009,7 +2012,7 @@ Extension [ extension #123 swoole version 1.8.12 ] { } - Methods [10] { - Method [ method __construct ] { + Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] diff --git a/php-pecl-swoole.spec b/php-pecl-swoole.spec index 53a0a05..13dd5b3 100644 --- a/php-pecl-swoole.spec +++ b/php-pecl-swoole.spec @@ -34,8 +34,8 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.8.12 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 1.8.13 +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} @@ -59,13 +59,13 @@ Requires: %{?scl_prefix}php(api) = %{php_core_api} Requires: %{?scl_prefix}php-sockets%{?_isa} %{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}} -Provides: %{?scl_prefix}php-%{pecl_name} = %{version} -Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} -Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} +Provides: %{?scl_prefix}php-%{pecl_name} = %{version} +Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} +Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} %if "%{?scl_prefix}" != "%{?sub_prefix}" -Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{release} -Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{release} +Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{release} +Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{release} %endif %if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} @@ -268,6 +268,9 @@ cd ../ZTS %changelog +* Tue Oct 25 2016 Remi Collet - 1.8.13-1 +- Update to 1.8.13 + * Fri Sep 30 2016 Remi Collet - 1.8.12-1 - Update to 1.8.12 -- cgit