From 3b7b2f5e08b6337652a1a43b4f7c967f8d9443be Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 9 Apr 2021 14:22:49 +0200 Subject: update to 4.6.5 --- PHPINFO | 6 +++--- REFLECTION | 11 ++++++----- php-pecl-swoole4.spec | 5 ++++- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/PHPINFO b/PHPINFO index ddca8bd..5780958 100644 --- a/PHPINFO +++ b/PHPINFO @@ -3,8 +3,8 @@ swoole Swoole => enabled Author => Swoole Team -Version => 4.6.4 -Built => Mar 11 2021 00:00:00 +Version => 4.6.5 +Built => Apr 9 2021 00:00:00 coroutine => enabled with boost asm context trace_log => enabled epoll => enabled @@ -14,7 +14,7 @@ cpu_affinity => enabled spinlock => enabled rwlock => enabled sockets => enabled -openssl => OpenSSL 1.1.1j FIPS 16 Feb 2021 +openssl => OpenSSL 1.1.1k FIPS 25 Mar 2021 dtls => enabled http2 => enabled json => enabled diff --git a/REFLECTION b/REFLECTION index 0c20c22..3fc4ee2 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #119 swoole version 4.6.4 ] { +Extension [ extension #119 swoole version 4.6.5 ] { - Dependencies { Dependency [ json (Required) ] @@ -28,12 +28,12 @@ Extension [ extension #119 swoole version 4.6.4 ] { } } - - Constants [362] { - Constant [ string SWOOLE_VERSION ] { 4.6.4 } - Constant [ int SWOOLE_VERSION_ID ] { 40604 } + - Constants [363] { + Constant [ string SWOOLE_VERSION ] { 4.6.5 } + Constant [ int SWOOLE_VERSION_ID ] { 40605 } Constant [ int SWOOLE_MAJOR_VERSION ] { 4 } Constant [ int SWOOLE_MINOR_VERSION ] { 6 } - Constant [ int SWOOLE_RELEASE_VERSION ] { 4 } + Constant [ int SWOOLE_RELEASE_VERSION ] { 5 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ bool SWOOLE_DEBUG ] { } Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } @@ -215,6 +215,7 @@ Extension [ extension #119 swoole version 4.6.4 ] { Constant [ int SWOOLE_TRACE_CONTEXT ] { 67108864 } Constant [ int SWOOLE_TRACE_CO_HTTP_SERVER ] { 134217728 } Constant [ int SWOOLE_TRACE_TABLE ] { 268435456 } + Constant [ int SWOOLE_TRACE_CO_CURL ] { 536870912 } Constant [ int SWOOLE_TRACE_ALL ] { 4294967295 } Constant [ int SWOOLE_LOG_DEBUG ] { 0 } Constant [ int SWOOLE_LOG_TRACE ] { 1 } diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index bc2abe1..55c4c94 100644 --- a/php-pecl-swoole4.spec +++ b/php-pecl-swoole4.spec @@ -27,7 +27,7 @@ %global with_brotli 0 %endif -%global upstream_version 4.6.4 +%global upstream_version 4.6.5 #global upstream_prever RC2 @@ -320,6 +320,9 @@ cd ../ZTS %changelog +* Fri Apr 9 2021 Remi Collet - 4.6.5-1 +- update to 4.6.5 + * Thu Mar 11 2021 Remi Collet - 4.6.4-1 - update to 4.6.4 -- cgit