summaryrefslogtreecommitdiff
path: root/docker/etc/php7/conf.d/local.ini
blob: 0c1795f2b638bfec6c3efd6fc02da71ad0613dd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
expose_php = Off
error_reporting = E_ALL
display_errors = Off
log_errors = On
error_log = /dev/stderr
date.timezone = UTC
allow_url_fopen = On
post_max_size = 32M
upload_max_filesize = 32M
opcache.max_accelerated_files = 7963
opcache.validate_timestamps = Off
opcache.save_comments = 0
opcache.load_comments = 0
opcache.fast_shutdown = 1
opcache.enable_file_override = On