mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-11 09:32:41 +00:00
Fix xdebug with PHP 7.2/7.3/7.4, xdebug 3.2 GA (#671)
This commit is contained in:
parent
8a6cafc232
commit
608d9e2259
1 changed files with 2 additions and 2 deletions
|
@ -3433,8 +3433,8 @@ installRemoteModule() {
|
||||||
installRemoteModule_version=2.6.1
|
installRemoteModule_version=2.6.1
|
||||||
elif test $PHP_MAJMIN_VERSION -le 701; then
|
elif test $PHP_MAJMIN_VERSION -le 701; then
|
||||||
installRemoteModule_version=2.9.8
|
installRemoteModule_version=2.9.8
|
||||||
elif test $PHP_MAJMIN_VERSION -ge 802; then
|
elif test $PHP_MAJMIN_VERSION -le 704; then
|
||||||
installRemoteModule_version=beta
|
installRemoteModule_version=3.1.6
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue