Did you actually enable JIT for PHP8? Because by default, it is basically disabled, because you have to set opcache.jit_buffer_size for it to work (it is set to zero by default). There are also quite a few options to configure JIT, so it is not an “on/off” kind of thing.


Members
Online

source