-
Notifications
You must be signed in to change notification settings - Fork 28
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
Comments
Would this help? |
@Dmitrev 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
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. |
Not for php 8.x |
So it seems this ticket can be closed. |
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) 😊
The text was updated successfully, but these errors were encountered: