Update yaml.sh

This commit is contained in:
Mr Chen 2024-12-10 14:43:32 +08:00
parent e544ba53b5
commit 51eff5f671
1 changed files with 1 additions and 1 deletions

View File

@ -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