From d8d8c630a56574b1b27e611fe94bb54ec6a461cb Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sat, 15 Feb 2025 22:13:39 +0800 Subject: [PATCH] update --- plugins/php/versions/83/install.sh | 4 ++-- plugins/php/versions/84/install.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/php/versions/83/install.sh b/plugins/php/versions/83/install.sh index 372c0ed2e..c4acfd4a1 100755 --- a/plugins/php/versions/83/install.sh +++ b/plugins/php/versions/83/install.sh @@ -9,7 +9,7 @@ serverPath=$(dirname "$rootPath") sourcePath=${serverPath}/source sysName=`uname` -version=8.3.15 +version=8.3.17 PHP_VER=83 Install_php() { @@ -50,7 +50,7 @@ if [ ! -d $sourcePath/php/php${PHP_VER} ];then fi #检测文件是否损坏. - md5_file_ok=3df5d45637283f759eef8fc3ce03de829ded3e200c3da278936a684955d2f94f + md5_file_ok=6158ee678e698395da13d72c7679a406d2b7554323432f14d37b60ed87d8ccfb if [ -f $sourcePath/php/php-${version}.tar.xz ];then md5_file=`sha256sum $sourcePath/php/php-${version}.tar.xz | awk '{print $1}'` if [ "${md5_file}" != "${md5_file_ok}" ]; then diff --git a/plugins/php/versions/84/install.sh b/plugins/php/versions/84/install.sh index 85f82b1d1..2aecb822c 100755 --- a/plugins/php/versions/84/install.sh +++ b/plugins/php/versions/84/install.sh @@ -9,7 +9,7 @@ serverPath=$(dirname "$rootPath") sourcePath=${serverPath}/source sysName=`uname` -version=8.4.2 +version=8.4.4 PHP_VER=84 Install_php() { @@ -35,7 +35,7 @@ if [ ! -d $sourcePath/php/php${PHP_VER} ];then fi #检测文件是否损坏. - # md5_file_ok=92636453210f7f2174d6ee6df17a5811368f556a6c2c2cbcf019321e36456e01 + # md5_file_ok=05a6c9a2cc894dd8be719ecab221b311886d5e0c02cb6fac648dd9b3459681ac # if [ -f $sourcePath/php/php-${version}.tar.xz ];then # md5_file=`sha256sum $sourcePath/php/php-${version}.tar.xz | awk '{print $1}'` # if [ "${md5_file}" != "${md5_file_ok}" ]; then