Skip to content

Instantly share code, notes, and snippets.

@kherge
Last active February 4, 2016 18:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kherge/b8deddc114b796e29160 to your computer and use it in GitHub Desktop.
Save kherge/b8deddc114b796e29160 to your computer and use it in GitHub Desktop.
Various configuration files for PHP.

PHP Configurations

These are configuration files that I use for development and production environments.

; core settings
date.timezone = UTC
display_errors = On
display_startup_errors = On
error_reporting = -1
log_errors = On
phar.readonly = Off
short_open_tag = Off
magic_quotes_gpc = Off
; extension settings
xdebug.max_nesting_level = 250
xdebug.profiler_enable = 0
xdebug.profiler_enable_trigger = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment