x86_64-suse-pocketmine/php.ini
Jonathan Ervine 5c8baceed2 modified: Dockerfile
new file:   php.ini
Added custom php.ini file
2020-03-20 14:19:32 +08:00

22 lines
573 B
INI

memory_limit=14096
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