From e6cf34c8f0bd2ec717c92b220095cf824c503302 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 30 May 2014 10:01:30 +0200 Subject: php-pecl-swoole: 1.7.2 (stable) --- REFLECTION | 63 ++++++++++++++++++++++++++++++++++++++++++++++++---- php-pecl-swoole.spec | 11 ++++++++- 2 files changed, 69 insertions(+), 5 deletions(-) diff --git a/REFLECTION b/REFLECTION index 99b9ce1..9f0ce9e 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,9 +1,27 @@ -Extension [ extension #135 swoole version 1.7.1 ] { +Extension [ extension #135 swoole version 1.7.2 ] { - - Constants [32] { + - INI { + Entry [ swoole.task_worker_num ] + Current = '0' + } + Entry [ swoole.task_ipc_mode ] + Current = '0' + } + Entry [ swoole.task_auto_start ] + Current = '0' + } + Entry [ swoole.message_queue_key ] + Current = '0' + } + } + + - Constants [35] { Constant [ integer SWOOLE_BASE ] { 4 } Constant [ integer SWOOLE_THREAD ] { 2 } Constant [ integer SWOOLE_PROCESS ] { 3 } + Constant [ integer SWOOLE_IPC_UNSOCK ] { 1 } + Constant [ integer SWOOLE_IPC_MSGQUEUE ] { 2 } + Constant [ integer SWOOLE_IPC_CHANNEL ] { 3 } Constant [ integer SWOOLE_SOCK_TCP ] { 1 } Constant [ integer SWOOLE_SOCK_TCP6 ] { 3 } Constant [ integer SWOOLE_SOCK_UDP ] { 2 } @@ -32,7 +50,7 @@ Extension [ extension #135 swoole version 1.7.1 ] { Constant [ integer SWOOLE_HOST ] { 16 } Constant [ integer SWOOLE_SHORT ] { 2 } Constant [ integer SWOOLE_INT ] { 4 } - Constant [ string SWOOLE_VERSION ] { 1.7.1 } + Constant [ string SWOOLE_VERSION ] { 1.7.2 } } - Functions { @@ -244,7 +262,7 @@ Extension [ extension #135 swoole version 1.7.1 ] { } } - - Classes [3] { + - Classes [4] { Class [ class swoole_client ] { - Constants [0] { @@ -478,6 +496,43 @@ Extension [ extension #135 swoole version 1.7.1 ] { } } } + + Class [ class swoole_process ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ static public method wait ] { + } + + Method [ static public method kill ] { + } + } + + - Properties [0] { + } + + - Methods [5] { + Method [ public method __construct ] { + } + + Method [ public method start ] { + } + + Method [ public method write ] { + } + + Method [ public method read ] { + } + + Method [ public method exit ] { + } + } + } } } diff --git a/php-pecl-swoole.spec b/php-pecl-swoole.spec index 9aea230..7be3a42 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.1 +Version: 1.7.2 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: BSD Group: Development/Languages @@ -108,6 +108,12 @@ cp -pr NTS ZTS cat << 'EOF' | tee %{ini_name} ; Enable %{summary} extension module extension=%{pecl_name}.so + +; Configuration +;swoole.task_worker_num = 0 +;swoole.task_ipc_mode = 0 +;swoole.task_auto_start = 0 +;swoole.message_queue_key =0 EOF @@ -211,6 +217,9 @@ rm -rf %{buildroot} %changelog +* Fri May 30 2014 Remi Collet - 1.7.2-1 +- Update to 1.7.2 (stable) + * Wed Apr 30 2014 Remi Collet - 1.7.1-1 - Update to 1.7.1 (stable) -- cgit