diff options
author | Remi Collet <remi@remirepo.net> | 2023-09-29 13:34:17 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-09-29 13:34:17 +0200 |
commit | 5a30a40d1003dad3cc3c339ca68d9874ba292e46 (patch) | |
tree | 6670ed7829eaa3e32819461f7bb022363dd7bfd1 /PHPINFO | |
parent | 73d26169b1d3ee9843efe39db65c289c753bd022 (diff) |
update to 5.1.0
add dependency on pdo extension
new coroutine_odbc enabled
new coroutine_sqlite enabled
new coroutine_oracle disabled
Diffstat (limited to 'PHPINFO')
-rw-r--r-- | PHPINFO | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -3,8 +3,8 @@ swoole Swoole => enabled Author => Swoole Team <team@swoole.com> -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 |