mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2024-12-02 17:38:21 +01:00
Merge pull request #201 from ChrisB9/master
Adding php 8.0 support for mongodb
This commit is contained in:
commit
4b125c9fd2
@ -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
|
||||
|
@ -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
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user