Fix xdebug and pcov on PHP7.4 and restructre code

This commit is contained in:
Shivam Mathur
2019-09-28 20:09:05 +05:30
parent eaf140ca8b
commit 2a30f9d208
18 changed files with 329 additions and 268 deletions

7
src/scripts/pcov.sh Normal file
View File

@ -0,0 +1,7 @@
git clone --depth=1 https://github.com/krakjoe/pcov.git
(
cd pcov && phpize
./configure --enable-pcov
make
sudo make install
)