Skip to content

Instantly share code, notes, and snippets.

@gridsurfer
Created June 14, 2016 03:54
Show Gist options
  • Save gridsurfer/6505754696abb74b4725c5c79a671154 to your computer and use it in GitHub Desktop.
Save gridsurfer/6505754696abb74b4725c5c79a671154 to your computer and use it in GitHub Desktop.
[xdebug]
zend_extension="xxxx"
xdebug.remote_enable=1
# xdebug.remote_autostart=1
# xdebug.remote_host="::1"
xdebug.remote_connect_back=1
xdebug.remote_port=9000
xdebug.profiler_enable=1
xdebug.profiler_output_dir="/var/tmp"
xdebug.idekey = "PHPSTORM"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment