diff options
author | Remi Collet <remi@remirepo.net> | 2019-03-07 10:29:58 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-03-07 10:29:58 +0100 |
commit | 93e97fc4807a7d717b0cea642cc73bae7b1a773c (patch) | |
tree | 7961df3ef1db89090ca78218465eae7498ad21bb /PHPINFO | |
parent | 373e518682623e9c729ad62161540c64c3aa2690 (diff) |
update to 4.3.0
drop dependencies on libnghttp2 and c-ares
open https://github.com/swoole/swoole-src/issues/2411 32-bit broken
remove the --enable-trace-log build option on 32-bit
Diffstat (limited to 'PHPINFO')
-rw-r--r-- | PHPINFO | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -3,8 +3,8 @@ swoole Swoole => enabled Author => Swoole Team <team@swoole.com> -Version => 4.2.13 -Built => Feb 4 2019 06:46:52 +Version => 4.3.0 +Built => Mar 7 2019 10:01:54 coroutine => enabled trace_log => enabled epoll => enabled @@ -14,8 +14,8 @@ cpu_affinity => enabled spinlock => enabled rwlock => enabled sockets => enabled -openssl => OpenSSL 1.1.1a FIPS 20 Nov 2018 -http2 => 1.34.0 +openssl => OpenSSL 1.1.1b FIPS 26 Feb 2019 +http2 => enabled pcre => enabled zlib => enabled brotli => enabled @@ -30,5 +30,4 @@ Directive => Local Value => Master Value swoole.enable_coroutine => On => On swoole.display_errors => On => On swoole.use_shortname => On => On -swoole.fast_serialize => Off => Off swoole.unixsock_buffer_size => 8388608 => 8388608 |