Update xdebug.sh

pull/783/head
dami 2 months ago
parent 8f53747515
commit 8d06bd94b8
  1. 6
      plugins/php/versions/common/xdebug.sh

@ -17,6 +17,12 @@ sysName=`uname`
actionType=$1
version=$2
if [ "$version" == "85" ];then
echo "not need"
exit 1
fi
if [ "$version" -lt "70" ];then
LIBV=2.2.7
fi

Loading…
Cancel
Save