Now I manually add the support option for JIT in the configuration file php.ini of PHP8.0.
Like this:
Opcache.jit_buffer_size=128m
Opcache.jit=1205
Because I have a large number of servers, I need to configure it repeatedly every time I reinstall. Do you have any plans to add it to the...