Your cart is currently empty!
[XServer] How to set up JIT that can be used from PHP8
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
Comments
Featured products
-
[WAV] Hiphop and Rap Music – Genx Beats
$7.00 or more -
[WAV] Hiphop and Rap Music Vol. 2 – Genx Beats
$7.00 or more -
[WAV] Hiphop and Rap Music Vol. 3 – Genx Beats
$7.00 or more
Leave a Reply