Skip to content

Instantly share code, notes, and snippets.

@spolischook
Last active August 29, 2015 14:12
Show Gist options
  • Select an option

  • Save spolischook/9be7ebb3a04d4fa8cddf to your computer and use it in GitHub Desktop.

Select an option

Save spolischook/9be7ebb3a04d4fa8cddf to your computer and use it in GitHub Desktop.
;xDebug Configuration starts
zend_extension=/usr/lib/php5/20121212/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
;xDebug Configuration ends
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment