From 91575bf9da01a7ed208650806344b6e5c8b0eea9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 12 Jul 2022 07:25:25 +0200 Subject: update to 4.8.11 --- PHPINFO | 6 +++--- REFLECTION | 10 +++++----- php-pecl-swoole4.spec | 5 ++++- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/PHPINFO b/PHPINFO index 2929778..4c94a61 100644 --- a/PHPINFO +++ b/PHPINFO @@ -3,8 +3,8 @@ swoole Swoole => enabled Author => Swoole Team -Version => 4.8.10 -Built => Jun 22 2022 00:00:00 +Version => 4.8.11 +Built => Jul 12 2022 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.1n FIPS 15 Mar 2022 +openssl => OpenSSL 1.1.1o FIPS 3 May 2022 dtls => enabled http2 => enabled json => enabled diff --git a/REFLECTION b/REFLECTION index c0f41cb..5576ab6 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #88 swoole version 4.8.10 ] { +Extension [ extension #88 swoole version 4.8.11 ] { - Dependencies { Dependency [ json (Required) ] @@ -29,11 +29,11 @@ Extension [ extension #88 swoole version 4.8.10 ] { } - Constants [395] { - Constant [ string SWOOLE_VERSION ] { 4.8.10 } - Constant [ int SWOOLE_VERSION_ID ] { 40810 } + Constant [ string SWOOLE_VERSION ] { 4.8.11 } + Constant [ int SWOOLE_VERSION_ID ] { 40811 } Constant [ int SWOOLE_MAJOR_VERSION ] { 4 } Constant [ int SWOOLE_MINOR_VERSION ] { 8 } - Constant [ int SWOOLE_RELEASE_VERSION ] { 10 } + Constant [ int SWOOLE_RELEASE_VERSION ] { 11 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ bool SWOOLE_DEBUG ] { } Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } @@ -6507,7 +6507,7 @@ Extension [ extension #88 swoole version 4.8.10 ] { - Properties [9] { Property [ public $errCode = 0 ] - Property [ public $errMsg = 0 ] + Property [ public $errMsg = '' ] Property [ public $sock = -1 ] Property [ public $type = 0 ] Property [ public $setting = NULL ] diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index 077458b..9296752 100644 --- a/php-pecl-swoole4.spec +++ b/php-pecl-swoole4.spec @@ -27,7 +27,7 @@ %bcond_with brotli %endif -%global upstream_version 4.8.10 +%global upstream_version 4.8.11 #global upstream_prever RC2 @@ -322,6 +322,9 @@ cd ../ZTS %changelog +* Tue Jul 12 2022 Remi Collet - 4.8.11-1 +- update to 4.8.11 + * Wed Jun 22 2022 Remi Collet - 4.8.10-1 - update to 4.8.10 -- cgit