From 51eff5f671ee4b72feb3881a6f668ce9286f32c8 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 10 Dec 2024 14:43:32 +0800 Subject: [PATCH] Update yaml.sh --- plugins/php/versions/common/yaml.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/versions/common/yaml.sh b/plugins/php/versions/common/yaml.sh index bd1347398..9c58704a5 100755 --- a/plugins/php/versions/common/yaml.sh +++ b/plugins/php/versions/common/yaml.sh @@ -16,7 +16,7 @@ version=$2 sysName=`uname` LIBNAME=yaml -LIBV=2.2.3 +LIBV=2.2.4 LIB_PATH_NAME=lib/php if [ -d $serverPath/php/${version}/lib64 ];then