TelegramApiServer/docker/php/conf.d/opcache.ini
2020-08-15 10:56:42 +03:00

11 lines
319 B
INI

; Extended PHP.ini file to enable JIT.
; ====================================
; Place this file under /usr/local/etc/php/conf.d/
zend_extension=opcache.so
opcache.enable=1
opcache.enable_cli=1
opcache.validate_timestamps=1
opcache.revalidate_freq=0
opcache.huge_code_pages=1
opcache.jit_buffer_size=32M
opcache.jit=1235