1
0
Fork 0
mirror of https://github.com/mlocati/docker-php-extension-installer synced 2025-05-09 08:32:42 +00:00

Temporarily use old version of mongodb

See https://jira.mongodb.org/browse/CDRIVER-3541
This commit is contained in:
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

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)