Skip to content

Commit

Permalink
Merge pull request #390 from mlocati/mongodb-php7.0
Browse files Browse the repository at this point in the history
Use mongodb 1.9.2 on PHP 7.0
  • Loading branch information
mlocati authored Jul 14, 2021
2 parents 7394863 + 805658d commit 014c81f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install-php-extensions
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;
Expand Down

0 comments on commit 014c81f

Please sign in to comment.