You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into the same issue, and there's another report at #112. This has been open since 2022. Would be nice to at least get some reaction from the maintainers, what are their thoughts on this?
edit: Just found https://gofund.me/8b6df24f , which explains the radio silence.
The readme suggests that overriding zend_execute_ex() is a core requirement, so fixing this would likely require a major rewrite and a suitable alternative API from PHP. The workaround for now is to disable OpCache JIT when using pcov.
Wishing the maintainer a full recovery (as much as possible)...
Hi,
you probably know it but I didn't see any ticket about that. When I enable JIT with PCOV, I have the following problem :
Warning: JIT is incompatible with third party extensions that override zend_execute_ex(). JIT disabled. in Unknown on line 0
I think it's related to https://bugs.php.net/bug.php?id=80608
Any plan ? :)
The text was updated successfully, but these errors were encountered: