From e36e91a9c8a442cf1b302462085a145104142d39 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Aug 2022 08:21:44 +0200 Subject: update to 5.0.0 rename to php-pecl-swoole5 raise dependency on PHP 8.0 add postgresql support on Fedora, EL-8 and EL-9 remove curl support on EL-7 --- PHPINFO | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'PHPINFO') diff --git a/PHPINFO b/PHPINFO index 4c94a61..fd9a3b4 100644 --- a/PHPINFO +++ b/PHPINFO @@ -3,8 +3,8 @@ swoole Swoole => enabled Author => Swoole Team -Version => 4.8.11 -Built => Jul 12 2022 00:00:00 +Version => 5.0.0 +Built => Aug 2 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.1o FIPS 3 May 2022 +openssl => OpenSSL 1.1.1q FIPS 5 Jul 2022 dtls => enabled http2 => enabled json => enabled @@ -28,6 +28,7 @@ pthread_barrier => enabled futex => enabled mysqlnd => enabled async_redis => enabled +coroutine_postgresql => enabled Directive => Local Value => Master Value swoole.enable_coroutine => On => On -- cgit