mirror of
https://github.com/danog/TelegramApiServer.git
synced 2024-11-26 20:04:45 +01:00
11 lines
324 B
INI
11 lines
324 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=100M
|
|
opcache.jit=function |