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 tried to configure JIT with opcache.jit=1211 in php.ini and although I could successfully do a CLI php -i, when trying to load a php webpage through apache caused apache to crash.
Commenting this out (and falling back to opcache.jit=tracing made JIT work.