Merge pull request #201 from ChrisB9/master

Adding php 8.0 support for mongodb
pull/202/head 1.1.3
Michele Locati 2020-12-07 13:58:53 +01:00 committed by GitHub
commit 4b125c9fd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -27,7 +27,7 @@ mcrypt 5.5 5.6 7.0 7.1 7.2 7.3 7.4
memcache 5.5 5.6 7.0 7.1 7.2 7.3 7.4
memcached 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
mongo 5.5 5.6
mongodb 5.5 5.6 7.0 7.1 7.2 7.3 7.4
mongodb 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
mosquitto 5.5 5.6 7.0 7.1 7.2 7.3 7.4
msgpack 5.5 5.6 7.0 7.1 7.2 7.3 7.4
mssql 5.5 5.6

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