Request to add PHP8.0 JIT to default support

Cee

New Member
#1
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 default configuration?
This is a performance reform, and I think it is necessary to turn it on.
 
Top