Merge pull request #390 from mlocati/mongodb-php7.0

Use mongodb 1.9.2 on PHP 7.0
pull/391/head 1.2.44
Michele Locati 2021-07-14 17:28:10 +02:00 committed by GitHub
commit 014c81f346
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
;;