Skip to content

Instantly share code, notes, and snippets.

@tonythere
Created August 28, 2015 08:06
Show Gist options
  • Save tonythere/716513d7ed1d9279bbad to your computer and use it in GitHub Desktop.
Save tonythere/716513d7ed1d9279bbad to your computer and use it in GitHub Desktop.
[XDebug]
zend_extension = xdebug.so
; ?XDEBUG_PROFILE=1
xdebug.remote_host = 127.0.0.1
xdebug.remote_enable = 1
xdebug.remote_port = 9000
xdebug.remote_handler = dbgp
xdebug.remote_mode = req
xdebug.profiler_enable=0
xdebug.profiler_enable_trigger=1
xdebug.remote_autostart=1
xdebug.idekey=PHPSTORM
xdebug.remote_log=/var/log/php/xdebug_remote.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment