1
0
Fork 0
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:
Michele Locati 2021-12-05 12:41:29 +01:00 committed by GitHub
parent c516929275
commit 10bc5d5e5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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