Update ioncube.sh

pull/123/head
midoks 3 years ago
parent 3df1ae147d
commit 14e22083c3
  1. 5
      plugins/php-apt/versions/common/ioncube.sh

@ -17,6 +17,11 @@ sysName=`uname`
LIBNAME=ioncube
LIBV=0
if [ `echo "$version > 7.4"|bc` -eq 1 ];then
echo "I won't support it"
exit 0
fi
extVer=`bash $curPath/lib.sh $version`
extFile=/usr/lib/php/${extVer}/${LIBNAME}.so

Loading…
Cancel
Save