From 6fe9966a769ebd92145a21e1f559116ec2c5b4bd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 17 Feb 2026 12:31:54 +0100 Subject: update to 6.2.0RC1 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 --- PHPINFO | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'PHPINFO') diff --git a/PHPINFO b/PHPINFO index 692af82..7ffecd4 100644 --- a/PHPINFO +++ b/PHPINFO @@ -3,8 +3,8 @@ swoole Swoole => enabled Author => Swoole Team -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 -- cgit