Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP 8.2 support #98

Open
bbprojectnet opened this issue Jan 3, 2023 · 13 comments
Open

PHP 8.2 support #98

bbprojectnet opened this issue Jan 3, 2023 · 13 comments

Comments

@bbprojectnet
Copy link

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

@Dmitrev
Copy link

Dmitrev commented Jan 18, 2023

Would this help?

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

@Chris53897
Copy link

@Dmitrev
That bundle requires ext-pcov https://github.com/krakjoe/pcov-clobber/blob/master/composer.json#L4
That PR would fix that krakjoe/pcov-clobber#5

I am on mac, but i can not install pcov pn php 8.2 ;(

@tacman
Copy link

tacman commented Aug 9, 2023

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
Copy link

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

@ErnadoO
Copy link

ErnadoO commented Oct 27, 2023

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
Copy link

andypost commented Nov 1, 2023

Looks it builds fine using PHP 8.3RC5

@macintoshplus
Copy link

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
Copy link
Contributor

cmb69 commented Aug 5, 2024

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

@ErnadoO
Copy link

ErnadoO commented Aug 5, 2024

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

Not for php 8.x

@cmb69
Copy link
Contributor

cmb69 commented Aug 5, 2024

pcov

@cmb69
Copy link
Contributor

cmb69 commented Aug 7, 2024

So it seems this ticket can be closed.

@caendesilva
Copy link

So it seems this ticket can be closed.

Maybe the installation docs should lead to pecl first?

@cmb69
Copy link
Contributor

cmb69 commented Aug 19, 2024

Maybe the installation docs should lead to pecl first?

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants