mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-08-04 20:54:42 +07:00
Fix xdebug and pcov on PHP7.4 and restructre code
This commit is contained in:
7
src/scripts/pcov.sh
Normal file
7
src/scripts/pcov.sh
Normal 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
|
||||
)
|
Reference in New Issue
Block a user