Habilitar JIT no PHP8
Autor: Eurai Criado: 30/10/2021 Atualizado: 04/08/2022
Atualmente na versão 8 do PHP é possível habiitar o recurso JIT, realizei alguns testes e está funcionando corretamente.
Recomendo realizar alguns testes para quem desejar.
zend_extension=opcache
Resultado final do arquivo PHP.INI
[opcache]
; Determines if Zend OPCache is enabled
opcache.enable=1
; Determines if Zend OPCache is enabled for the CLI version of PHP
opcache.enable_cli=1
opcache.jit_buffer_size=100M
opcache.jit=1235
opcache.jit_debug=1
Após configuração, reiniciar o apache.
Gostou? Compartilhe com seus amigos e deixe um comentário! 😎
Um abraço, e até a próxima