From 881891f99de914d4041e080e4cf583155138e755 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Nov 2017 05:33:13 +0100 Subject: v1.9.22 --- REFLECTION | 14 +++++++++++--- php-pecl-swoole.spec | 5 ++++- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/REFLECTION b/REFLECTION index fd1902a..7a7f27f 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #80 swoole version 1.9.21 ] { +Extension [ extension #81 swoole version 1.9.22 ] { - INI { Entry [ swoole.aio_thread_num ] @@ -63,7 +63,7 @@ Extension [ extension #80 swoole version 1.9.21 ] { Constant [ integer SWOOLE_DTLSv1_CLIENT_METHOD ] { 17 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 1.9.21 } + Constant [ string SWOOLE_VERSION ] { 1.9.22 } Constant [ integer SWOOLE_AIO_BASE ] { 0 } Constant [ integer SWOOLE_AIO_LINUX ] { 1 } Constant [ integer SWOOLE_FILELOCK ] { 2 } @@ -745,7 +745,7 @@ Extension [ extension #80 swoole version 1.9.21 ] { - Static properties [0] { } - - Static methods [6] { + - Static methods [7] { Method [ static public method read ] { - Parameters [4] { @@ -798,6 +798,14 @@ Extension [ extension #80 swoole version 1.9.21 ] { Parameter #0 [ array $settings ] } } + + Method [ static public method exec ] { + + - Parameters [2] { + Parameter #0 [ $command ] + Parameter #1 [ $callback ] + } + } } - Properties [0] { diff --git a/php-pecl-swoole.spec b/php-pecl-swoole.spec index 08d8dfd..bcf4289 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.9.21 +Version: 1.9.22 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD Group: Development/Languages @@ -312,6 +312,9 @@ cd ../ZTS %changelog +* Thu Nov 2 2017 Remi Collet - 1.9.22-1 +- Update to 1.9.22 + * Tue Sep 26 2017 Remi Collet - 1.9.21-1 - Update to 1.9.21 -- cgit