From d910d4f4627cd7285ca39c5bcf85de3059ab8fef Mon Sep 17 00:00:00 2001 From: midoks Date: Wed, 14 Jun 2023 00:31:20 +0800 Subject: [PATCH] up --- plugins/php/versions/80/install.sh | 2 +- plugins/php/versions/81/install.sh | 2 +- plugins/php/versions/82/install.sh | 2 +- plugins/php/versions/common/phalcon.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/php/versions/80/install.sh b/plugins/php/versions/80/install.sh index 76bf93047..ae22c5606 100755 --- a/plugins/php/versions/80/install.sh +++ b/plugins/php/versions/80/install.sh @@ -16,7 +16,7 @@ function version_lt() { test "$(echo "$@" | tr " " "\n" | sort -rV | head -n 1)" function version_ge() { test "$(echo "$@" | tr " " "\n" | sort -rV | head -n 1)" == "$1"; } -version=8.0.27 +version=8.0.29 PHP_VER=80 Install_php() { diff --git a/plugins/php/versions/81/install.sh b/plugins/php/versions/81/install.sh index faceee255..5e95702c6 100755 --- a/plugins/php/versions/81/install.sh +++ b/plugins/php/versions/81/install.sh @@ -16,7 +16,7 @@ function version_lt() { test "$(echo "$@" | tr " " "\n" | sort -rV | head -n 1)" function version_ge() { test "$(echo "$@" | tr " " "\n" | sort -rV | head -n 1)" == "$1"; } -version=8.1.15 +version=8.1.20 PHP_VER=81 Install_php() { diff --git a/plugins/php/versions/82/install.sh b/plugins/php/versions/82/install.sh index d8bf1f577..64044b4e2 100755 --- a/plugins/php/versions/82/install.sh +++ b/plugins/php/versions/82/install.sh @@ -16,7 +16,7 @@ function version_lt() { test "$(echo "$@" | tr " " "\n" | sort -rV | head -n 1)" function version_ge() { test "$(echo "$@" | tr " " "\n" | sort -rV | head -n 1)" == "$1"; } -version=8.2.2 +version=8.2.7 PHP_VER=82 Install_php() { diff --git a/plugins/php/versions/common/phalcon.sh b/plugins/php/versions/common/phalcon.sh index b3c201610..0fb9458a9 100755 --- a/plugins/php/versions/common/phalcon.sh +++ b/plugins/php/versions/common/phalcon.sh @@ -23,7 +23,7 @@ if [ "$version" -lt "73" ];then fi if [ "$version" -gt "74" ];then - LIBV=5.1.2 + LIBV=5.2.1 fi LIB_PATH_NAME=lib/php