mirror of
https://github.com/rekryt/iplist.git
synced 2025-10-12 16:39:35 +03:00
10 lines
280 B
INI
10 lines
280 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_cli=1
|
|
opcache.jit_buffer_size=500000000
|
|
opcache.jit=1235
|
|
;opcache.jit_buffer_size=500000000
|
|
;opcache.jit=1225
|