Skip to content

Instantly share code, notes, and snippets.

@bleft
Created May 13, 2015 15:14
Show Gist options
  • Save bleft/8858fd6e7ad238fd660a to your computer and use it in GitHub Desktop.
Save bleft/8858fd6e7ad238fd660a to your computer and use it in GitHub Desktop.
php ini with XDebug
[Xdebug]
zend_extension=/usr/lib/php/extensions/no-debug-non-zts-20121212/xdebug.so
xdebug.remote_enable=1
xdebug.remote_autostart=On
xdebug.remote_port=9000
xdebug.profiler_enable_trigger=1
xdebug.max_nesting_level=250
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment