From 52a913fb27baae7e79b5729b0cb56267a00ea503 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Mar 2016 08:38:16 +0100 Subject: php-pecl-swoole: 1.8.3 (stable) --- REFLECTION | 48 ++++++++++++++++++++++++++++++++++++------------ php-pecl-swoole.spec | 13 ++++++------- 2 files changed, 42 insertions(+), 19 deletions(-) diff --git a/REFLECTION b/REFLECTION index b439acf..79f21c8 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #166 swoole version 1.8.2 ] { +Extension [ extension #166 swoole version 1.8.3 ] { - INI { Entry [ swoole.aio_thread_num ] @@ -64,7 +64,7 @@ Extension [ extension #166 swoole version 1.8.2 ] { 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.2 } + Constant [ string SWOOLE_VERSION ] { 1.8.3 } Constant [ integer SWOOLE_AIO_BASE ] { 0 } Constant [ integer SWOOLE_AIO_GCC ] { 1 } Constant [ integer SWOOLE_AIO_LINUX ] { 2 } @@ -257,7 +257,7 @@ Extension [ extension #166 swoole version 1.8.2 ] { - Properties [0] { } - - Methods [33] { + - Methods [34] { Method [ public method __construct ] { - Parameters [4] { @@ -405,6 +405,12 @@ Extension [ extension #166 swoole version 1.8.2 ] { } } + Method [ public method getLastError ] { + + - Parameters [0] { + } + } + Method [ public method heartbeat ] { - Parameters [1] { @@ -475,10 +481,10 @@ Extension [ extension #166 swoole version 1.8.2 ] { } } - Method [ public method sendmessage ] { + Method [ public method sendMessage ] { } - Method [ public method addprocess ] { + Method [ public method addProcess ] { } Method [ public method stats ] { @@ -708,7 +714,7 @@ Extension [ extension #166 swoole version 1.8.2 ] { Property [ public $sock ] } - - Methods [13] { + - Methods [15] { Method [ public method __construct ] { } @@ -718,9 +724,15 @@ Extension [ extension #166 swoole version 1.8.2 ] { Method [ public method set ] { } + Method [ public method setMethod ] { + } + Method [ public method setHeaders ] { } + Method [ public method setCookies ] { + } + Method [ public method setData ] { } @@ -1102,7 +1114,7 @@ Extension [ extension #166 swoole version 1.8.2 ] { Property [ private $global ] } - - Methods [34] { + - Methods [35] { Method [ public method on ] { - Parameters [2] { @@ -1250,6 +1262,12 @@ Extension [ extension #166 swoole version 1.8.2 ] { } } + Method [ public method getLastError ] { + + - Parameters [0] { + } + } + Method [ public method heartbeat ] { - Parameters [1] { @@ -1320,10 +1338,10 @@ Extension [ extension #166 swoole version 1.8.2 ] { } } - Method [ public method sendmessage ] { + Method [ public method sendMessage ] { } - Method [ public method addprocess ] { + Method [ public method addProcess ] { } Method [ public method stats ] { @@ -1477,7 +1495,7 @@ Extension [ extension #166 swoole version 1.8.2 ] { - Properties [0] { } - - Methods [35] { + - Methods [36] { Method [ public method on ] { - Parameters [2] { @@ -1635,6 +1653,12 @@ Extension [ extension #166 swoole version 1.8.2 ] { } } + Method [ public method getLastError ] { + + - Parameters [0] { + } + } + Method [ public method heartbeat ] { - Parameters [1] { @@ -1705,10 +1729,10 @@ Extension [ extension #166 swoole version 1.8.2 ] { } } - Method [ public method sendmessage ] { + Method [ public method sendMessage ] { } - Method [ public method addprocess ] { + Method [ public method addProcess ] { } Method [ public method stats ] { diff --git a/php-pecl-swoole.spec b/php-pecl-swoole.spec index 7f80b4e..3472e54 100644 --- a/php-pecl-swoole.spec +++ b/php-pecl-swoole.spec @@ -35,7 +35,7 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.8.2 +Version: 1.8.3 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD Group: Development/Languages @@ -58,21 +58,17 @@ BuildRequires: hiredis-devel Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} -%if "%{php_version}" < "5.4" -# php 5.3.3 in EL-6 don't use arched virtual provides -# so only requires real packages instead -Requires: %{?scl_prefix}php-common%{?_isa} -%else Requires: %{?scl_prefix}php-sockets%{?_isa} -%endif %{?_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(%{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} +%endif %if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} # Other third party repo stuff @@ -282,6 +278,9 @@ rm -rf %{buildroot} %changelog +* Mon Mar 21 2016 Remi Collet - 1.8.3-1 +- Update to 1.8.3 (stable) + * Wed Mar 02 2016 Remi Collet - 1.8.2-1 - Update to 1.8.2 (stable) - add --enable-openssl, --enable-async-httpclient -- cgit