parent
8e5b125f1f
commit
e13908605f
|
@ -2994,6 +2994,12 @@ installRemoteModule() {
|
|||
addConfigureOption enable-http2 yes
|
||||
# enable mysqlnd support?
|
||||
addConfigureOption enable-mysqlnd yes
|
||||
if test -z "$installRemoteModule_version" || test $(compareVersions "$installRemoteModule_version" '22.8.0') -ge 0; then
|
||||
#enable hook curl support?
|
||||
addConfigureOption enable-hook-curl yes
|
||||
# enable postgres support?
|
||||
addConfigureOption with-postgres yes
|
||||
else
|
||||
# enable json support?
|
||||
addConfigureOption enable-swoole-json yes
|
||||
# enable curl support?
|
||||
|
@ -3002,6 +3008,7 @@ installRemoteModule() {
|
|||
# enable postgres support?
|
||||
addConfigureOption with-postgres yes
|
||||
fi
|
||||
fi
|
||||
;;
|
||||
parallel)
|
||||
if test -z "$installRemoteModule_version"; then
|
||||
|
|
Loading…
Reference in New Issue