I spun up a DigitalOcean 24.04 droplet.
The settings are in: /etc/php/8.3/fpm/conf.d/10-opcache.ini
; configuration for php opcache module
; priority=10
zend_extension=opcache.so
opcache.jit=off
The buffer setting is not there as you can see. But opcache.jit
is there at least.