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鈥檒l 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 · 7 comments
Open

PHP 8.2 support #98

bbprojectnet opened this issue Jan 3, 2023 · 7 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.

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

8 participants