From f4b8a5058dd6ba9c416c394254c1e02c1d863bcd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 29 Nov 2021 07:40:27 +0100 Subject: update to 4.8.0 enable postgresql support add fix for old postgresql 9 in EL-7 from https://github.com/openswoole/swoole-src/pull/84 --- PHPINFO | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'PHPINFO') diff --git a/PHPINFO b/PHPINFO index 237b862..e99cb7b 100644 --- a/PHPINFO +++ b/PHPINFO @@ -3,8 +3,8 @@ openswoole Open Swoole => enabled Author => Open Swoole Group & Contributors -Version => 4.7.2 -Built => Oct 25 2021 00:00:00 +Version => 4.8.0 +Built => Nov 29 2021 00:00:00 coroutine => enabled with boost asm context trace_log => enabled epoll => enabled @@ -28,6 +28,7 @@ pthread_barrier => enabled futex => enabled mysqlnd => enabled async_redis => enabled +postgresql => enabled Directive => Local Value => Master Value swoole.enable_coroutine => On => On -- cgit