From ce421cfb891a924ebd67d2ebbea683f91f2b6d1d Mon Sep 17 00:00:00 2001 From: midoks Date: Tue, 23 Aug 2022 06:52:54 +0800 Subject: [PATCH] Update install.sh --- plugins/php/versions/74/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/versions/74/install.sh b/plugins/php/versions/74/install.sh index 59c734072..18a555a41 100755 --- a/plugins/php/versions/74/install.sh +++ b/plugins/php/versions/74/install.sh @@ -16,7 +16,7 @@ function version_le() { test "$(echo "$@" | tr " " "\n" | sort -V | head -n 1)" function version_lt() { test "$(echo "$@" | tr " " "\n" | sort -rV | head -n 1)" != "$1"; } function version_ge() { test "$(echo "$@" | tr " " "\n" | sort -rV | head -n 1)" == "$1"; } -version=7.4.30 +version=7.4.26 PHP_VER=74 Install_php() {