Skip to content

Instantly share code, notes, and snippets.

@szabacsik
Last active January 25, 2018 10:42
Show Gist options
  • Save szabacsik/42dff0f9c8e28d6dcf95fcda10fd7608 to your computer and use it in GitHub Desktop.
Save szabacsik/42dff0f9c8e28d6dcf95fcda10fd7608 to your computer and use it in GitHub Desktop.
Additional php.ini file set in PHP_INI_SCAN_DIR environment variable, will be cloned on build and parsed from docker volume
display_startup_errors = On
display_errors = On
error_reporting = E_ALL
log_errors = On
max_input_time = 30
max_execution_time = 30
memory_limit = 256M
post_max_size = 25M
upload_max_filesize = 50M
date.timezone = "UTC"
#extension=php_phalcon.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment