diff options
author | Remi Collet <remi@remirepo.net> | 2024-12-16 10:17:22 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-12-16 10:17:22 +0100 |
commit | e2f8a8181ebe5b393b15b3c5eef00187209ffb8d (patch) | |
tree | e3d660f5b9771978bbf39068f5d07b9e82375377 /PHPINFO | |
parent | ee2deb69623ebf1489db3ef6ab493f682aefe2df (diff) |
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
Diffstat (limited to 'PHPINFO')
-rw-r--r-- | PHPINFO | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -3,8 +3,8 @@ swoole Swoole => enabled Author => Swoole Team <team@swoole.com> -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 |