From e2f8a8181ebe5b393b15b3c5eef00187209ffb8d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 16 Dec 2024 10:17:22 +0100 Subject: update to 6.0.0 GA enable zstd support re-license spec file to CECILL-2.1 drop patch merged upstream fix cpu affinity check using patch from https://github.com/swoole/swoole-src/pull/5624 update to 6.0.0 GA enable zstd support re-license spec file to CECILL-2.1 drop patch merged upstream fix cpu affinity check using patch from https://github.com/swoole/swoole-src/pull/5624 --- PHPINFO | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'PHPINFO') diff --git a/PHPINFO b/PHPINFO index 4e22c6f..1ee7ffe 100644 --- a/PHPINFO +++ b/PHPINFO @@ -3,8 +3,8 @@ swoole Swoole => enabled Author => Swoole Team -Version => 6.0.0RC1 -Built => Nov 21 2024 00:00:00 +Version => 6.0.0 +Built => Dec 16 2024 00:00:00 coroutine => enabled with boost asm context trace_log => enabled epoll => enabled @@ -14,15 +14,16 @@ cpu_affinity => enabled spinlock => enabled rwlock => enabled sockets => enabled -openssl => OpenSSL 3.1.4 24 Oct 2023 +openssl => OpenSSL 3.2.2 4 Jun 2024 dtls => enabled http2 => enabled json => enabled curl-native => enabled pcre => enabled -c-ares => 1.28.1 -zlib => 1.2.13 +c-ares => 1.33.0 +zlib => 1.3.1.zlib-ng brotli => E16781312/D16781312 +zstd => 1.5.6 mutex_timedlock => enabled pthread_barrier => enabled futex => enabled -- cgit