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:
parent
2c7ef743b7
commit
5b093ab46c
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue