Update yaf.sh

This commit is contained in:
midoks 2023-06-14 01:14:47 +08:00
parent d910d4f462
commit 846bd270df
1 changed files with 5 additions and 0 deletions

View File

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