krakjoe / pcov

PCOV - CodeCoverage compatible driver for PHP
Other
704 stars 28 forks source link

PHP 8.2 support #98

Open bbprojectnet opened 1 year ago

bbprojectnet commented 1 year ago

Any plans about releasing PHP 8.2 compatible version? (Windows DLL) 😊

Dmitrev commented 1 year ago

Would this help?

https://github.com/krakjoe/pcov-clobber

Chris53897 commented 1 year ago

@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 ;(

tacman commented 1 year ago

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

schonhoff commented 1 year ago

Still not working for php 8.2 under windows. Under PECL I can't even find a php 8.2 version.

ErnadoO commented 1 year ago

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.

php_pcov.zip

andypost commented 1 year ago

Looks it builds fine using PHP 8.3RC5

macintoshplus commented 8 months ago

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.

cmb69 commented 3 months ago

There are DLLs available on https://pecl.php.net/package/pcov for a while.

ErnadoO commented 3 months ago

There are DLLs available on https://pecl.php.net/package/pcov for a while.

Not for php 8.x

cmb69 commented 3 months ago

pcov

cmb69 commented 3 months ago

So it seems this ticket can be closed.

caendesilva commented 3 months ago

So it seems this ticket can be closed.

Maybe the installation docs should lead to pecl first?

cmb69 commented 3 months ago

Maybe the installation docs should lead to pecl first?

Oh, indeed https://github.com/krakjoe/pcov/blob/develop/INSTALL.md should be fixed.