pcov icon indicating copy to clipboard operation
pcov copied to clipboard

PHP 8.2 support

Open bbprojectnet opened this issue 2 years ago • 13 comments

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

bbprojectnet avatar Jan 03 '23 06:01 bbprojectnet

Would this help?

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

Dmitrev avatar Jan 18 '23 16:01 Dmitrev

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

Chris53897 avatar Feb 03 '23 07:02 Chris53897

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

tacman avatar Aug 09 '23 12:08 tacman

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

schonhoff avatar Oct 27 '23 06:10 schonhoff

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

ErnadoO avatar Oct 27 '23 08:10 ErnadoO

Looks it builds fine using PHP 8.3RC5

andypost avatar Nov 01 '23 01:11 andypost

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.

macintoshplus avatar Mar 23 '24 09:03 macintoshplus

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

cmb69 avatar Aug 05 '24 17:08 cmb69

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

Not for php 8.x

ErnadoO avatar Aug 05 '24 18:08 ErnadoO

pcov

cmb69 avatar Aug 05 '24 18:08 cmb69

So it seems this ticket can be closed.

cmb69 avatar Aug 07 '24 16:08 cmb69

So it seems this ticket can be closed.

Maybe the installation docs should lead to pecl first?

caendesilva avatar Aug 19 '24 14:08 caendesilva

Maybe the installation docs should lead to pecl first?

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

cmb69 avatar Aug 19 '24 15:08 cmb69