From a28880ab6d6f56ad0af2b69819a589b5f07a3458 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Thu, 10 Oct 2019 17:38:15 +0200 Subject: [PATCH] Prepare xdebug for PHP 7.4 Test: xdebug --- install-php-extensions | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install-php-extensions b/install-php-extensions index e2b6f80..70d46df 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -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)