mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-10 09:02:42 +00:00
Use mongodb 1.9.2 on PHP 7.0
Test: mongodb
This commit is contained in:
parent
7394863d61
commit
805658d9e6
1 changed files with 2 additions and 0 deletions
|
@ -1853,6 +1853,8 @@ installRemoteModule() {
|
||||||
installRemoteModule_version=1.5.5
|
installRemoteModule_version=1.5.5
|
||||||
elif test $PHP_MAJMIN_VERSION -le 506; then
|
elif test $PHP_MAJMIN_VERSION -le 506; then
|
||||||
installRemoteModule_version=1.7.5
|
installRemoteModule_version=1.7.5
|
||||||
|
elif test $PHP_MAJMIN_VERSION -le 700; then
|
||||||
|
installRemoteModule_version=1.9.2
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue