From 93e97fc4807a7d717b0cea642cc73bae7b1a773c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 7 Mar 2019 10:29:58 +0100 Subject: 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 --- PHPINFO | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'PHPINFO') diff --git a/PHPINFO b/PHPINFO index 43ef7f4..77fb439 100644 --- a/PHPINFO +++ b/PHPINFO @@ -3,8 +3,8 @@ swoole Swoole => enabled Author => Swoole Team -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 -- cgit