diff --git a/install-php-extensions b/install-php-extensions index 4520d3e..b83d7f4 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -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