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

Explore using new Observer API on PHP 8.0 #5

Open
dktapps opened this issue Jan 21, 2021 · 0 comments
Open

Explore using new Observer API on PHP 8.0 #5

dktapps opened this issue Jan 21, 2021 · 0 comments

Comments

@dktapps
Copy link
Member

dktapps commented Jan 21, 2021

Current implementation will cause JIT to be disabled on PHP 8.0, because OPcache doesn't like it when something overrides zend_execute_ex.

PHP 8.0 introduces a new Observer API which allows tracing enter/exit of functions without smashing the stack, and more importantly won't cause JIT to be disabled.

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

1 participant