Skip to content

Instantly share code, notes, and snippets.

@radub
Last active April 30, 2018 11:29
Show Gist options
  • Save radub/369f214e42e712fd0581a2e612dd8ebf to your computer and use it in GitHub Desktop.
Save radub/369f214e42e712fd0581a2e612dd8ebf to your computer and use it in GitHub Desktop.
xDebug default cong
zend_extension=/usr/lib/php5/20121212/xdebug.so
xdebug.max_nesting_level="1000"
xdebug.remote_host=35.35.35.1
xdebug.remote_enable=1
xdebug.remote_port=9001
xdebug.remote_log="/tmp/xdebug.log"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment