#@charjr what's our most basic php
1 messages · Page 1 of 1 (latest)
With phpunit, my first thought would be pcov for coverage reports.
My knowledge on extensions is limited though so I don't know many to compare.
@wind light and yourself may know of some other options to weigh up
Yeah. If pcov is on PECL then fine we can do it. I don't wanna clone third party stuff from github for this simple example
Xdebug otherwise
Not common, coz these are prod images. Xdebug is complex.
MySQL and gmp are other common ones
Either or, gmp seems more common
Redis?
I think you need to clone a github repo for that.
Same with black fire
It looks relatively up to date, last update december 2024
Same tag as the latest version on github
If we add pcov then we are inviting them to generate coverage and publish reports and that's too complex for the intro
Yeah fair enough