Update yaf.sh

This commit is contained in:
Mr Chen 2024-07-23 21:42:16 +08:00
parent a886359e94
commit 95dcd4c04d
1 changed files with 1 additions and 3 deletions

View File

@ -15,14 +15,12 @@ version=$2
sysName=`uname`
LIBNAME=yaf
LIBV=3.3.5
LIBV=3.3.6
if [ `echo "$version < 7.0"|bc` -eq 1 ];then
LIBV=2.3.5
fi
extVer=`bash $curPath/lib.sh $version`
extFile=/usr/lib/php/${extVer}/${LIBNAME}.so