[XServer] How to set up JIT that can be used from PHP8

rizal ramadhany e4HojgsJpuw unsplash scaled XServer
This article can be read in about 1 minutes.

Set from PHP → php.ini settings → php.ini direct editing on XServer.
By default,

[Zend Optimizer]
zend_extension = opcache.so
opcache.jit = off

It should say above. Now, change it to follows.

[Zend Optimizer]
zend_extension = opcache.so
;opcache.jit = off

;JIT
zend_extension = opcache
opcache.enable = 1
opcache.jit = on
opcache.jit_buffer_size = 128M

Comment

Donate with Cryptocurrency!

Copied title and URL