mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-08 16:17:20 +00:00
Prepare xdebug for PHP 7.4
Test: xdebug
This commit is contained in:
parent
d5f74d4945
commit
a28880ab6d
1 changed files with 2 additions and 0 deletions
|
@ -487,6 +487,8 @@ installPECLModule () {
|
|||
installPECLModule_actual="${2}-2.4.1"
|
||||
elif test $1 -lt 700; then
|
||||
installPECLModule_actual="${2}-2.5.5"
|
||||
elif test $1 -ge 704; then
|
||||
installPECLModule_actual="${2}-2.8.0beta2"
|
||||
fi
|
||||
;;
|
||||
uopz)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue