mirror of
https://github.com/rekryt/iplist.git
synced 2025-10-12 16:39:35 +03:00
Initial commit
This commit is contained in:
9
.docker/php/docker-php-enable-jit.ini
Normal file
9
.docker/php/docker-php-enable-jit.ini
Normal file
@@ -0,0 +1,9 @@
|
||||
; 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
|
Reference in New Issue
Block a user