mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 16:42:41 +00:00
Use mondodb 1.7.5 for PHP 5.6
Test: mongodb
This commit is contained in:
parent
7ef81a96dc
commit
9930171800
1 changed files with 2 additions and 0 deletions
|
@ -1125,6 +1125,8 @@ installPECLModule() {
|
||||||
mongodb)
|
mongodb)
|
||||||
if test $PHP_MAJMIN_VERSION -le 505; then
|
if test $PHP_MAJMIN_VERSION -le 505; then
|
||||||
installPECLModule_actual="$1-1.5.5"
|
installPECLModule_actual="$1-1.5.5"
|
||||||
|
elif test $PHP_MAJMIN_VERSION -le 506; then
|
||||||
|
installPECLModule_actual="$1-1.7.5"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
msgpack)
|
msgpack)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue