codecasts / php-alpine

PHP APK Repository for Alpine Linux
https://github.com/codecasts/php-alpine
483 stars 58 forks source link

Extension request: pcov #98

Closed thbley closed 3 years ago

thbley commented 4 years ago

it would be great to have pcov (very fast alternative to xdebug for getting code coverage):

https://pecl.php.net/package/pcov

xarem commented 4 years ago

@thomasbley tested on Alpine 3.10 and PHP 7.4:

apk add --no-cache php-dev g++ autoconf make pcre2-dev
pecl install pcov
apk del --no-cache php-dev g++ autoconf make pcre2-dev
Nyholm commented 3 years ago

Hey.

I dont think this should have been closed. @xarem's fix will work on 3.11 too, but it would be nice to install pcov like every other extension

hernandev commented 3 years ago

Gonna merge and if needed, fix your PR @Nyholm as soon I get the change to test it all here