Skip to content

Instantly share code, notes, and snippets.

@samuelecarpene
Last active October 20, 2016 15:12
Show Gist options
  • Select an option

  • Save samuelecarpene/1857ee57e53f207bafb7ed5f517d198e to your computer and use it in GitHub Desktop.

Select an option

Save samuelecarpene/1857ee57e53f207bafb7ed5f517d198e to your computer and use it in GitHub Desktop.
Xdebug Configuration
zend_extension="/usr/lib/php5/20100525/xdebug.so"
xdebug.remote_enable=1
xdebug.remote_connect_back=1
xdebug.idekey=[insert here key]
xdebug.max_nesting_level = 500
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment