From 846bd270dff7fa65f82dce6aaac46fdfece8154b Mon Sep 17 00:00:00 2001 From: midoks Date: Wed, 14 Jun 2023 01:14:47 +0800 Subject: [PATCH] Update yaf.sh --- plugins/php/versions/common/yaf.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/php/versions/common/yaf.sh b/plugins/php/versions/common/yaf.sh index 632b953e8..c6d5c538b 100755 --- a/plugins/php/versions/common/yaf.sh +++ b/plugins/php/versions/common/yaf.sh @@ -32,6 +32,11 @@ if [ "$version" -eq "72" ] || [ "$version" -eq "73" ];then fi +if [ "$version" -gt "74" ];then + LIBV=3.3.5 +fi + + LIB_PATH_NAME=lib/php if [ -d $serverPath/php/${version}/lib64 ];then LIB_PATH_NAME=lib64