Merge pull request #46 from mlocati/xdebug-php7.4

Prepare xdebug for PHP 7.4
pull/47/head
Michele Locati 2019-10-10 17:42:31 +02:00 committed by GitHub
commit 044f9b9df9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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)