Skip to content

Instantly share code, notes, and snippets.

@hanhpv
Last active September 16, 2016 06:04
Embed
What would you like to do?
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