set min php version for mongodb to 1.9.0

pull/201/head
Christian Rodriguez Benthake 2020-12-07 13:23:32 +01:00 committed by GitHub
parent 2c7ef743b7
commit 5b093ab46c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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