22 lines
574 B
INI
22 lines
574 B
INI
memory_limit=14096M
|
|
date.timezone=UTC
|
|
short_open_tag=0
|
|
asp_tags=0
|
|
phar.readonly=0
|
|
phar.require_hash=1
|
|
igbinary.compact_strings=0
|
|
zend.assertions=-1
|
|
error_reporting=-1
|
|
display_errors=1
|
|
display_startup_errors=1
|
|
recursionguard.enabled=0 ;disabled due to minor performance impact, only enable this if you need it for debugging
|
|
;zend_extension=opcache.so
|
|
opcache.enable=1
|
|
opcache.enable_cli=1
|
|
opcache.save_comments=1
|
|
opcache.fast_shutdown=0
|
|
opcache.max_accelerated_files=4096
|
|
opcache.interned_strings_buffer=8
|
|
opcache.memory_consumption=128
|
|
opcache.optimization_level=0xffffffff
|