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

set min php version for mongodb to 1.9.0

This commit is contained in:
Christian Rodriguez Benthake 2020-12-07 13:23:32 +01:00 committed by GitHub
parent 2c7ef743b7
commit 5b093ab46c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1287,6 +1287,8 @@ installPECLModule() {
installPECLModule_version=1.5.5
elif test $PHP_MAJMIN_VERSION -le 506; then
installPECLModule_version=1.7.5
elif test $PHP_MAJMIN_VERSION -le 800; then
installPECLModule_version=1.9.0
fi
fi
;;