From ec7bdb840ddc433078cd0cd1543b423e500ff53e Mon Sep 17 00:00:00 2001 From: Anatoly Pashin Date: Tue, 9 Apr 2019 12:05:52 +1000 Subject: [PATCH] Xdebug for php 7.3 released --- install-php-extensions | 3 --- 1 file changed, 3 deletions(-) diff --git a/install-php-extensions b/install-php-extensions index d54de99..0b2290e 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -475,9 +475,6 @@ installPECLModule () { elif test $1 -lt 700 then installPECLModule_actual="${2}-2.5.5" - elif test $1 -ge 703 - then - installPECLModule_actual="${2}-beta" fi ;; yaml)