Notifications
Clear all
BugOverflow
1
Posty
1
Users
0
Reactions
509
Widok
0
09/05/2023 8:10 pm
Topic starter
Opcache.jit not working even with ON values
current config
zend_extension=opcache.so opcache.enable=on opcache.jit_buffer_size=300M opcache.jit=1255 opcache.jit=tracing
1 Answer
0
09/05/2023 8:13 pm
Topic starter
check 20-xdebug.ini file and comment out XDEBUG (they cannot work together),
nano /etc/php/8.2/fpm/conf.d/20-xdebug.ini
;zend_extension=xdebug.so
then just restart php
service php8.2-fpm restart