From bd61b6c9dc1c5985b36ab336de49662483aaac45 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 1 Sep 2025 07:25:42 +0200 Subject: update to 6.1.0RC1 enable swoole stdext support --- PHPINFO | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'PHPINFO') diff --git a/PHPINFO b/PHPINFO index 12c3532..c5aaacf 100644 --- a/PHPINFO +++ b/PHPINFO @@ -3,8 +3,9 @@ swoole Swoole => enabled Author => Swoole Team -Version => 6.0.2 -Built => Mar 23 2025 00:00:00 +Version => 6.1.0RC1 +Built => Sep 1 2025 00:00:00 +host byte order => little endian coroutine => enabled with boost asm context trace_log => enabled epoll => enabled @@ -20,7 +21,7 @@ http2 => enabled json => enabled curl-native => enabled curl-version => 8.9.1 -c-ares => 1.34.4 +c-ares => 1.34.5 zlib => 1.3.1.zlib-ng brotli => E16781312/D16781312 zstd => 1.5.7 @@ -32,6 +33,7 @@ coroutine_pgsql => enabled coroutine_odbc => enabled coroutine_sqlite => enabled io_uring => enabled +boost stacktrace => enabled Directive => Local Value => Master Value swoole.enable_library => On => On -- cgit