Refactor coverage and extension code

This commit is contained in:
Shivam Mathur
2019-12-26 20:21:39 +05:30
parent 4c045616f4
commit 273096b82f
19 changed files with 286 additions and 452 deletions
+6
View File
@@ -0,0 +1,6 @@
cd ~ && git clone --depth=1 https://github.com/xdebug/xdebug.git
cd xdebug || echo "Failed to clone Xdebug"
sudo phpize
sudo ./configure
sudo make
sudo cp modules/xdebug.so "$(php -i | grep "extension_dir => /opt" | sed -e "s|.*=> s*||")"