From 9e1ab3ddf766b66a41ebf40f0fc9ebbf38055f32 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 17 May 2019 07:17:35 +0200 Subject: v4.3.4 --- PHPINFO | 4 ++-- REFLECTION | 8 ++++---- php-pecl-swoole4.spec | 5 ++++- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/PHPINFO b/PHPINFO index 4298f74..e41007d 100644 --- a/PHPINFO +++ b/PHPINFO @@ -3,8 +3,8 @@ swoole Swoole => enabled Author => Swoole Team -Version => 4.3.3 -Built => Apr 23 2019 07:01:23 +Version => 4.3.4 +Built => May 17 2019 07:14:30 coroutine => enabled trace_log => enabled epoll => enabled diff --git a/REFLECTION b/REFLECTION index 3d7140c..c77a090 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #155 swoole version 4.3.3 ] { +Extension [ extension #155 swoole version 4.3.4 ] { - INI { Entry [ swoole.enable_coroutine ] @@ -16,11 +16,11 @@ Extension [ extension #155 swoole version 4.3.3 ] { } - Constants [287] { - Constant [ string SWOOLE_VERSION ] { 4.3.3 } - Constant [ integer SWOOLE_VERSION_ID ] { 40303 } + Constant [ string SWOOLE_VERSION ] { 4.3.4 } + Constant [ integer SWOOLE_VERSION_ID ] { 40304 } Constant [ integer SWOOLE_MAJOR_VERSION ] { 4 } Constant [ integer SWOOLE_MINOR_VERSION ] { 3 } - Constant [ integer SWOOLE_RELEASE_VERSION ] { 3 } + Constant [ integer SWOOLE_RELEASE_VERSION ] { 4 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ boolean SWOOLE_DEBUG ] { } Constant [ integer SWOOLE_BASE ] { 1 } diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index 4a16779..38e3bc6 100644 --- a/php-pecl-swoole4.spec +++ b/php-pecl-swoole4.spec @@ -35,7 +35,7 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name}4 -Version: 4.3.3 +Version: 4.3.4 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} # Extension is ASL 2.0 # Hiredis is BSD @@ -337,6 +337,9 @@ cd ../ZTS %changelog +* Fri May 17 2019 Remi Collet - 4.3.4-1 +- update to 4.3.4 + * Tue Apr 23 2019 Remi Collet - 4.3.3-1 - update to 4.3.3 -- cgit