Open bbprojectnet opened 1 year ago
Would this help?
@Dmitrev That bundle requires ext-pcov https://github.com/krakjoe/pcov-clobber/blob/master/composer.json#L4 That PR would fix that https://github.com/krakjoe/pcov-clobber/pull/5
I am on mac, but i can not install pcov pn php 8.2 ;(
I'm on linux, and also am having trouble installing pcov with php 8.2
sudo apt install php-pcov
installs pcov.so to /usr/lib/php/20210902 but not to /20220829, which is where it's looking in 8.2. Pointing it to the installed version fails, since it's 8.1
Still not working for php 8.2 under windows. Under PECL I can't even find a php 8.2 version.
Hi @schonhoff
I got this problem too, so I compiled pconv extension myself from sources (php_http too).
Works fine with Wampserver 64bits + php 8.2.5; I hope this will help you.
Looks it builds fine using PHP 8.3RC5
I am pleased to announce that this extension is now compiled for Windows by the PHP Extension Repository site.
You can download the DLLs on the extension page: https://phpext.phptools.online/extension/php/pcov-257
If you have any questions, I am available to discuss them.
There are DLLs available on https://pecl.php.net/package/pcov for a while.
There are DLLs available on https://pecl.php.net/package/pcov for a while.
Not for php 8.x
So it seems this ticket can be closed.
So it seems this ticket can be closed.
Maybe the installation docs should lead to pecl first?
Maybe the installation docs should lead to pecl first?
Oh, indeed https://github.com/krakjoe/pcov/blob/develop/INSTALL.md should be fixed.
Any plans about releasing PHP 8.2 compatible version? (Windows DLL) 😊