Update xdebug.sh

pull/125/head
midoks 3 years ago
parent 3f845a5f5d
commit 8d62b42fb2
  1. 2
      plugins/php/versions/common/xdebug.sh

@ -56,7 +56,7 @@ Install_lib()
$serverPath/php/$version/bin/phpize
./configure --with-php-config=$serverPath/php/$version/bin/php-config
make && make install && make clean
make clean && make && make install && make clean
fi

Loading…
Cancel
Save