Skip to content

Instantly share code, notes, and snippets.

@dadamssg
Last active January 2, 2016 14:59
Show Gist options
  • Save dadamssg/8320184 to your computer and use it in GitHub Desktop.
Save dadamssg/8320184 to your computer and use it in GitHub Desktop.
[CUSTOM]
error_reporting=-1
session.save_path=/var/lib/php/session
date.timezone=America/Chicago
display_errors=true
[XDEBUG]
xdebug.remote_connect_back=0
xdebug.default_enable=1
xdebug.remote_autostart=0
xdebug.remote_enable=0
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.remote_host=xx.x.xx.x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment