From 51e6c7f23838c6c7aba19b19d4a53b233906588b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 18 Apr 2022 09:19:07 +0200 Subject: update to 4.8.9 add workaround to build failure reported as https://github.com/swoole/swoole-src/issues/4693 --- PHPINFO | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'PHPINFO') diff --git a/PHPINFO b/PHPINFO index 30b2814..3505971 100644 --- a/PHPINFO +++ b/PHPINFO @@ -3,8 +3,8 @@ swoole Swoole => enabled Author => Swoole Team -Version => 4.8.8 -Built => Mar 16 2022 00:00:00 +Version => 4.8.9 +Built => Apr 18 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.1l FIPS 24 Aug 2021 +openssl => OpenSSL 1.1.1n FIPS 15 Mar 2022 dtls => enabled http2 => enabled json => enabled -- cgit