diff options
author | Remi Collet <remi@remirepo.net> | 2021-11-29 07:40:27 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-11-29 07:40:27 +0100 |
commit | f4b8a5058dd6ba9c416c394254c1e02c1d863bcd (patch) | |
tree | 5662405fc67eafa45716b4b9855c64901e21190a /PHPINFO | |
parent | b8974193b9f64c0329e8d49d18f84cc85828c7d1 (diff) |
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
Diffstat (limited to 'PHPINFO')
-rw-r--r-- | PHPINFO | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -3,8 +3,8 @@ openswoole Open Swoole => enabled Author => Open Swoole Group & Contributors <hello@swoole.co.uk> -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 |