diff options
author | Remi Collet <remi@remirepo.net> | 2023-04-26 17:34:50 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-04-26 17:34:50 +0200 |
commit | 07504511032443ae5d6fa5740a87d60683fbf55d (patch) | |
tree | 8dafbb39d8998123d22edbe021410392b3722fe2 /PHPINFO | |
parent | 2f5e4a607f906715035f8dba823b304f530e0ba9 (diff) |
update to 5.0.3
use system libnghttp2
drop patch merged upstream
fix use of system headers with system libnghttp2 using patch from
https://github.com/swoole/swoole-src/pull/5038
build out of sources tree
Diffstat (limited to 'PHPINFO')
-rw-r--r-- | PHPINFO | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -3,8 +3,8 @@ swoole Swoole => enabled Author => Swoole Team <team@swoole.com> -Version => 5.0.2 -Built => Feb 6 2023 00:00:00 +Version => 5.0.3 +Built => Apr 26 2023 00:00:00 coroutine => enabled with boost asm context trace_log => enabled epoll => enabled @@ -14,13 +14,13 @@ cpu_affinity => enabled spinlock => enabled rwlock => enabled sockets => enabled -openssl => OpenSSL 3.0.5 5 Jul 2022 +openssl => OpenSSL 3.0.8 7 Feb 2023 dtls => enabled http2 => enabled json => enabled curl-native => enabled pcre => enabled -c-ares => 1.17.2 +c-ares => 1.19.0 zlib => 1.2.12 brotli => E16777225/D16777225 mutex_timedlock => enabled |