From 07f7ab8ccb08e1ebf1e0e265f6a05ddc36613434 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 9 Jan 2017 08:28:32 +0100 Subject: php-pecl-swoole: 1.9.4 --- REFLECTION | 15 +++++++++++---- php-pecl-swoole.spec | 5 ++++- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/REFLECTION b/REFLECTION index 41b4393..a5ade8b 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #126 swoole version 1.9.3 ] { +Extension [ extension #80 swoole version 1.9.4 ] { - INI { Entry [ swoole.aio_thread_num ] @@ -63,7 +63,7 @@ Extension [ extension #126 swoole version 1.9.3 ] { 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.3 } + Constant [ string SWOOLE_VERSION ] { 1.9.4 } Constant [ integer SWOOLE_AIO_BASE ] { 0 } Constant [ integer SWOOLE_AIO_LINUX ] { 1 } Constant [ integer SWOOLE_FILELOCK ] { 2 } @@ -970,10 +970,11 @@ Extension [ extension #126 swoole version 1.9.3 ] { - Static methods [0] { } - - Properties [3] { + - Properties [4] { Property [ public $errCode ] Property [ public $sock ] Property [ public $reuse ] + Property [ public $reuseCount ] } - Methods [22] { @@ -2142,7 +2143,7 @@ Extension [ extension #126 swoole version 1.9.3 ] { - Properties [0] { } - - Methods [9] { + - Methods [10] { Method [ public method __construct ] { - Parameters [1] { @@ -2201,6 +2202,12 @@ Extension [ extension #126 swoole version 1.9.3 ] { } } + Method [ public method recycle ] { + + - Parameters [0] { + } + } + Method [ public method clear ] { - Parameters [0] { diff --git a/php-pecl-swoole.spec b/php-pecl-swoole.spec index b3e6fb1..d8c4eab 100644 --- a/php-pecl-swoole.spec +++ b/php-pecl-swoole.spec @@ -30,7 +30,7 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.9.3 +Version: 1.9.4 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD Group: Development/Languages @@ -264,6 +264,9 @@ cd ../ZTS %changelog +* Mon Jan 9 2017 Remi Collet - 1.9.4-1 +- Update to 1.9.4 + * Fri Dec 23 2016 Remi Collet - 1.9.3-1 - Update to 1.9.3 -- cgit