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

Warning: JIT is incompatible with third party extensions that override zend_execute_ex(). JIT disabled. in Unknown on line 0 #89

Open
Whax opened this issue Jun 8, 2022 · 1 comment

Comments

@Whax
Copy link

Whax commented Jun 8, 2022

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 ? :)

@michaelk83
Copy link

michaelk83 commented Nov 28, 2024

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)...

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

2 participants