2021-05-13 22:41:58 +02:00
|
|
|
memory_limit = 768M
|
|
|
|
phar.readonly = 0 ; only for building phar files on CI - should be disabled on production environments
|
|
|
|
; Opcache
|
|
|
|
opcache.enable=1
|
|
|
|
opcache.enable_cli=1
|
|
|
|
opcache.interned_strings_buffer=8
|
|
|
|
opcache.max_accelerated_files=10000
|
|
|
|
opcache.memory_consumption=128
|
|
|
|
opcache.save_comments=1
|
2021-05-13 22:44:14 +02:00
|
|
|
opcache.revalidate_freq=1
|
2021-05-15 23:58:29 +02:00
|
|
|
apc.enabled=1
|
|
|
|
apc.enable_cli=1
|
2021-06-03 00:08:51 +02:00
|
|
|
error_reporting=-1
|
|
|
|
log_errors_max_len=0
|
|
|
|
zend.assertions=1
|
|
|
|
assert.exception=1
|
|
|
|
xdebug.show_exception_trace=0
|