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

rizal ramadhany e4HojgsJpuw unsplash scaled
Genx Avatar
Share This:

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

Related Posts

Genx

in

Comment

Leave a Reply

Your email address will not be published. Required fields are marked *

three × 3 =

Webmention: Have you posted a response to this article? Let me know the URL: