From a80e9867bfe2a86daaae41638054e238a7f18b3a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 31 Dec 2015 10:46:24 +0100 Subject: php-pecl-swoole: 1.7.22 (new sources) --- REFLECTION | 42 +----------------------------------------- php-pecl-swoole.spec | 5 ++++- 2 files changed, 5 insertions(+), 42 deletions(-) diff --git a/REFLECTION b/REFLECTION index 1f05c61..8340c23 100644 --- a/REFLECTION +++ b/REFLECTION @@ -296,7 +296,7 @@ Extension [ extension #166 swoole version 1.7.22 ] { } } - - Classes [14] { + - Classes [13] { Class [ class swoole_server ] { - Constants [0] { @@ -671,46 +671,6 @@ Extension [ extension #166 swoole version 1.7.22 ] { } } - Class [ class swoole_http_client ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [2] { - Property [ public $errCode ] - Property [ public $sock ] - } - - - Methods [7] { - Method [ public method __construct ] { - } - - Method [ public method __destruct ] { - } - - Method [ public method set ] { - } - - Method [ public method execute ] { - } - - Method [ public method isConnected ] { - } - - Method [ public method close ] { - } - - Method [ public method on ] { - } - } - } - Class [ class swoole_process ] { - Constants [0] { diff --git a/php-pecl-swoole.spec b/php-pecl-swoole.spec index 9ccf08a..ac63ac8 100644 --- a/php-pecl-swoole.spec +++ b/php-pecl-swoole.spec @@ -32,7 +32,7 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.7.22 -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?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} @@ -257,6 +257,9 @@ rm -rf %{buildroot} %changelog +* Thu Dec 31 2015 Remi Collet - 1.7.22-2 +- Update to 1.7.22 (new sources) + * Thu Dec 31 2015 Remi Collet - 1.7.22-1 - Update to 1.7.22 - add patch to fix PHP 7 build -- cgit