From a7352a4f9b3c31706492b2e3400197ce53a0632d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Jul 2024 14:07:18 +0200 Subject: update to 6.0.0 rename to php-pecl-swoole6 raise dependency on PHP 8.1 --- PHPINFO | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'PHPINFO') diff --git a/PHPINFO b/PHPINFO index dbd76ac..895af40 100644 --- a/PHPINFO +++ b/PHPINFO @@ -3,8 +3,8 @@ swoole Swoole => enabled Author => Swoole Team -Version => 5.1.3 -Built => Jun 6 2024 00:00:00 +Version => 6.0.0 +Built => Jul 2 2024 00:00:00 coroutine => enabled with boost asm context trace_log => enabled epoll => enabled @@ -27,13 +27,12 @@ mutex_timedlock => enabled pthread_barrier => enabled futex => enabled mysqlnd => enabled -async_redis => enabled coroutine_pgsql => enabled coroutine_odbc => enabled coroutine_sqlite => enabled +io_uring => enabled Directive => Local Value => Master Value -swoole.enable_coroutine => On => On swoole.enable_library => On => On swoole.enable_fiber_mock => Off => Off swoole.enable_preemptive_scheduler => Off => Off -- cgit