Update yaf.sh
This commit is contained in:
parent
a886359e94
commit
95dcd4c04d
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue