Update yaf.sh

pull/620/head
Mr Chen 10 months ago
parent a886359e94
commit 95dcd4c04d
  1. 4
      plugins/php-apt/versions/common/yaf.sh

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

Loading…
Cancel
Save