Skip to content

Instantly share code, notes, and snippets.

@hanhpv
Last active September 16, 2016 06:04
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 hanhpv/4e16a87d712deafe761cc31b8f17a0d3 to your computer and use it in GitHub Desktop.
Save hanhpv/4e16a87d712deafe761cc31b8f17a0d3 to your computer and use it in GitHub Desktop.
XDebug configuration
[xdebug]
zend_extension="/usr/local/opt/php70-xdebug/xdebug.so"
xdebug.remote_enable=true
xdebug.remote_host=localhost
xdebug.remote_port=10000
xdebug.remote_handler=dbgp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment