mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 08:32:42 +00:00
Enable postgres support for openswoole (#468)
This commit is contained in:
parent
c516929275
commit
10bc5d5e5a
1 changed files with 4 additions and 0 deletions
|
@ -2356,6 +2356,10 @@ installRemoteModule() {
|
|||
addConfigureOption enable-swoole-json yes
|
||||
# enable curl support?
|
||||
addConfigureOption enable-swoole-curl yes
|
||||
if test -z "$installRemoteModule_version" || test $(compareVersions "$installRemoteModule_version" '4.8.0') -ge 0; then
|
||||
# enable postgres support?
|
||||
addConfigureOption with-postgres yes
|
||||
fi
|
||||
;;
|
||||
parallel)
|
||||
if test -z "$installRemoteModule_version"; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue