From cef0086f49f65fba7dfafb12239301103c81fb0a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 30 Oct 2020 08:25:57 +0100 Subject: update to 4.5.6 raise dependency on openssl 1.0.2 (drop EL-6 support) add dependency on json extension --- PHPINFO | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'PHPINFO') diff --git a/PHPINFO b/PHPINFO index 2ffef5e..1e71816 100644 --- a/PHPINFO +++ b/PHPINFO @@ -3,8 +3,8 @@ swoole Swoole => enabled Author => Swoole Team -Version => 4.5.5 -Built => Oct 15 2020 00:00:00 +Version => 4.5.6 +Built => Oct 30 2020 00:00:00 coroutine => enabled trace_log => enabled epoll => enabled @@ -18,7 +18,7 @@ openssl => OpenSSL 1.1.1g FIPS 21 Apr 2020 http2 => enabled pcre => enabled zlib => 1.2.11 -brotli => E16777223/D16777223 +brotli => E16777225/D16777225 mutex_timedlock => enabled pthread_barrier => enabled futex => enabled -- cgit