Skip to content

Instantly share code, notes, and snippets.

@Swahjak
Created November 8, 2017 08:35
Show Gist options
  • Save Swahjak/a9fba204ae3cd3b35bc7a586451c85f8 to your computer and use it in GitHub Desktop.
Save Swahjak/a9fba204ae3cd3b35bc7a586451c85f8 to your computer and use it in GitHub Desktop.
[PHP]
date.timezone = Europe/Amsterdam
short_open_tag = off
max_execution_time = 300
max_input_time = 60
memory_limit = 256M
file_uploads = On
upload_max_filesize = 2M
max_file_uploads = 20
post_max_size = 8M
error_reporting = E_ALL
display_errors = On
display_startup_errors = On
log_errors = On
log_errors_max_len = 1024
ignore_repeated_errors = Off
ignore_repeated_source = Off
report_memleaks = On
track_errors = On
html_errors = On
realpath_cache_size = 4096k
realpath_cache_ttl = 7200
[Opcache]
opcache.enable=1
opcache.enable_cli=1
opcache.memory_consumption=192
opcache.interned_strings_buffer=16
opcache.max_accelerated_files=8000
opcache.max_wasted_percentage=5
opcache.use_cwd=0
opcache.revalidate_freq=0
opcache.validate_timestamps=1
opcache.fast_shutdown=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment