Skip to content

Instantly share code, notes, and snippets.

@harentius
Created September 30, 2014 13:18
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 harentius/c0fbc2b95bb0eeea1e42 to your computer and use it in GitHub Desktop.
Save harentius/c0fbc2b95bb0eeea1e42 to your computer and use it in GitHub Desktop.
1123581321
zend_extension=xdebug.so
xdebug.max_nesting_level=250
xdebug.var_display_max_depth=10
xdebug.remote_enable=true
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_port=9000
xdebug.remote_host=127.0.0.1
xdebug.idekey=phpstorm-xdebug
xdebug.remote_autostart=1
xdebug.remote_log=/var/log/apache2/xdebug_remote.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment