Hi, I couldn't find anything searching (sorry if I have missed something). Question I have is I have a VM with ISPConfig and am wondering is JIT is enabled with PHP 8.1 or if there is something I need to do to enable it? many thanks in advance!
The php opcache package is installed by default and JIT is part of opcache. But you can check your php config by using phpinfo() function from PHP.