From 5a30a40d1003dad3cc3c339ca68d9874ba292e46 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 29 Sep 2023 13:34:17 +0200 Subject: update to 5.1.0 add dependency on pdo extension new coroutine_odbc enabled new coroutine_sqlite enabled new coroutine_oracle disabled --- PHPINFO | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'PHPINFO') diff --git a/PHPINFO b/PHPINFO index d13958b..85d6636 100644 --- a/PHPINFO +++ b/PHPINFO @@ -3,8 +3,8 @@ swoole Swoole => enabled Author => Swoole Team -Version => 5.0.3 -Built => Apr 26 2023 00:00:00 +Version => 5.1.0 +Built => Sep 29 2023 00:00:00 coroutine => enabled with boost asm context trace_log => enabled epoll => enabled @@ -14,13 +14,13 @@ cpu_affinity => enabled spinlock => enabled rwlock => enabled sockets => enabled -openssl => OpenSSL 3.0.8 7 Feb 2023 +openssl => OpenSSL 3.0.9 30 May 2023 dtls => enabled http2 => enabled json => enabled curl-native => enabled pcre => enabled -c-ares => 1.19.0 +c-ares => 1.19.1 zlib => 1.2.12 brotli => E16777225/D16777225 mutex_timedlock => enabled @@ -28,11 +28,15 @@ pthread_barrier => enabled futex => enabled mysqlnd => enabled async_redis => enabled -coroutine_postgresql => enabled +coroutine_pgsql => enabled +coroutine_odbc => enabled +coroutine_oracle => enabled +coroutine_sqlite => 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 swoole.display_errors => On => On swoole.use_shortname => On => On -- cgit