mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2024-12-04 10:28:05 +01:00
Merge pull request #46 from mlocati/xdebug-php7.4
Prepare xdebug for PHP 7.4
This commit is contained in:
commit
044f9b9df9
@ -487,6 +487,8 @@ installPECLModule () {
|
|||||||
installPECLModule_actual="${2}-2.4.1"
|
installPECLModule_actual="${2}-2.4.1"
|
||||||
elif test $1 -lt 700; then
|
elif test $1 -lt 700; then
|
||||||
installPECLModule_actual="${2}-2.5.5"
|
installPECLModule_actual="${2}-2.5.5"
|
||||||
|
elif test $1 -ge 704; then
|
||||||
|
installPECLModule_actual="${2}-2.8.0beta2"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
uopz)
|
uopz)
|
||||||
|
Loading…
Reference in New Issue
Block a user