jit

  1. R

    Cannot enable PHP 8.3 JIT for some reason on Debian 13

    Hey guys, I have a strange issue where I can set values in the php.ini for example opcache.enable=1 and see those changes being applied when I look at the phpinfo page but no matter what, the Zend Opcache summary shows JIT disabled. I added this to my php.ini and killed all lsphp to force it to...
  2. C

    Request to add PHP8.0 JIT to default support

    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...
Top