runtime/examples/php/php.ini

19 lines
434 B
INI
Raw Normal View History

2020-02-02 21:06:11 +00:00
error_log = /proc/self/fd/2
memory_limit = 256M
post_max_size = 256M
upload_max_filesize = 256M
max_file_uploads = 20
max_execution_time = 30
allow_url_fopen = Off
display_errors = On
date.timezone = "Europe/Prague"
catch_workers_output = On
2021-03-05 23:39:20 +00:00
opcache.memory_consumption=128
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=4000
opcache.revalidate_freq=60
opcache.fast_shutdown=1
opcache.enable_cli=1
opcache.enable = 1