Use mongodb 1.9.2 on PHP 7.0

Test: mongodb
pull/390/head
Michele Locati 2021-07-14 17:10:55 +02:00
parent 7394863d61
commit 805658d9e6
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B
1 changed files with 2 additions and 0 deletions

View File

@ -1853,6 +1853,8 @@ installRemoteModule() {
installRemoteModule_version=1.5.5
elif test $PHP_MAJMIN_VERSION -le 506; then
installRemoteModule_version=1.7.5
elif test $PHP_MAJMIN_VERSION -le 700; then
installRemoteModule_version=1.9.2
fi
fi
;;