diff options
| author | Remi Collet <remi@remirepo.net> | 2026-02-17 12:31:54 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-02-17 12:31:54 +0100 |
| commit | 6fe9966a769ebd92145a21e1f559116ec2c5b4bd (patch) | |
| tree | b172d78bcac3a3ec42655b7c844177d0dcff38f2 /PHPINFO | |
| parent | b00bd87cf655ea161706834c4ca594122be6fc81 (diff) | |
disable io_uring feature
don't enable new ssh2, ftp and firebird features
open https://github.com/swoole/swoole-src/issues/6002
build failure (uring_socket.cc)
open https://github.com/swoole/swoole-src/issues/6003
Warning: Function registration failed (related to ssh2 and ftp)
open https://github.com/swoole/swoole-src/issues/6004
undefined symbol: fb_encode_date
Diffstat (limited to 'PHPINFO')
| -rw-r--r-- | PHPINFO | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -3,8 +3,8 @@ swoole Swoole => enabled Author => Swoole Team <team@swoole.com> -Version => 6.1.6 -Built => Dec 29 2025 00:00:00 +Version => 6.2.0RC1 +Built => Feb 17 2026 00:00:00 host byte order => little endian coroutine => enabled with boost asm context trace_log => enabled @@ -29,10 +29,10 @@ mutex_timedlock => enabled pthread_barrier => enabled futex => enabled mysqlnd => enabled +postgresql(libpq) version => 18.0 coroutine_pgsql => enabled coroutine_odbc => enabled coroutine_sqlite => enabled -io_uring => enabled execinfo => enabled Directive => Local Value => Master Value @@ -41,4 +41,8 @@ swoole.enable_fiber_mock => Off => Off swoole.enable_preemptive_scheduler => Off => Off swoole.display_errors => On => On swoole.use_shortname => On => On -swoole.unixsock_buffer_size => 8388608 => 8388608 +swoole.socket_buffer_size => 8388608 => 8388608 +swoole.blocking_detection => Off => Off +swoole.blocking_threshold => 100000 => 100000 +swoole.profile => Off => Off +swoole.leak_detection => Off => Off |
