Use mondodb 1.7.5 for PHP 5.6

Test: mongodb
pull/154/head
Michele Locati 2020-07-31 18:18:08 +02:00
parent 7ef81a96dc
commit 9930171800
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B
1 changed files with 2 additions and 0 deletions

View File

@ -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)