Update xdebug.sh

pull/123/head
midoks 3 years ago
parent 223fea1128
commit 415ff767fc
  1. 7
      plugins/php/versions/common/xdebug.sh

@ -17,12 +17,9 @@ sysName=`uname`
actionType=$1
version=$2
if [ "$version" -lt "70" ];then
LIBV=2.2.7
fi
if [ "$version" == "71" ];then
LIBV=2.7.0
if [ "$version" -lt "71" ];then
LIBV=2.2.7
fi
NON_ZTS_FILENAME=`ls $serverPath/php/${version}/lib/php/extensions | grep no-debug-non-zts`

Loading…
Cancel
Save