mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2024-12-02 09:27:58 +01:00
Use mondodb 1.7.5 for PHP 5.6
Test: mongodb
This commit is contained in:
parent
7ef81a96dc
commit
9930171800
@ -1125,6 +1125,8 @@ installPECLModule() {
|
||||
mongodb)
|
||||
if test $PHP_MAJMIN_VERSION -le 505; then
|
||||
installPECLModule_actual="$1-1.5.5"
|
||||
elif test $PHP_MAJMIN_VERSION -le 506; then
|
||||
installPECLModule_actual="$1-1.7.5"
|
||||
fi
|
||||
;;
|
||||
msgpack)
|
||||
|
Loading…
Reference in New Issue
Block a user