Temporarily use old version of mongodb

See https://jira.mongodb.org/browse/CDRIVER-3541
pull/118/head
Michele Locati 2020-02-16 14:44:47 +01:00
parent 4e63ee8b36
commit 122141976c
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B
1 changed files with 6 additions and 0 deletions

View File

@ -1094,6 +1094,12 @@ installPECLModule() {
mongodb)
if test $1 -le 505; then
installPECLModule_actual="$2-1.5.5"
else
case "$(getDistro)" in
alpine)
installPECLModule_actual="$2-1.6.0"
;;
esac
fi
;;
msgpack)