-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Backport JIT fix: set valid EX(opline) before calling gc_possible_root() #16858
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
Conversation
* PHP-8.2: Backport JIT fix: set valid EX(opline) before calling gc_possible_root() (#16858)
* PHP-8.3: Backport JIT fix: set valid EX(opline) before calling gc_possible_root() (#16858)
* PHP-8.4: Backport JIT fix: set valid EX(opline) before calling gc_possible_root() (#16858)
@php/release-managers-81 Would you be ok with backporting this change to 8.1? It causes the community build in nightly to fail, and I don't see a way to ignore this error without disabling the entire Symfony package. That wouldn't be the end of the world, but the patch looks very low risk. |
I don't object. |
I approve of backporting this to 8.1. Let’s make CI green! |
…t() (#16858) This will finally make the COMMUNTIY build of the PHP 8.1 build green. See #16858 (comment) Closes GH-17091
* PHP-8.1: Backport JIT fix: set valid EX(opline) before calling gc_possible_root() (#16858)
* PHP-8.2: Backport JIT fix: set valid EX(opline) before calling gc_possible_root() (#16858)
* PHP-8.3: Backport JIT fix: set valid EX(opline) before calling gc_possible_root() (#16858)
* PHP-8.4: Backport JIT fix: set valid EX(opline) before calling gc_possible_root() (#16858)
No description provided.