Skip to content

Instantly share code, notes, and snippets.

@sethmclean
Created March 8, 2017 20:03
Show Gist options
  • Save sethmclean/cd4b9f99773d233b3370b9643679da5b to your computer and use it in GitHub Desktop.
Save sethmclean/cd4b9f99773d233b3370b9643679da5b to your computer and use it in GitHub Desktop.
xdebug.ini
; Enable xdebug extension module
zend_extension=/usr/lib64/php/modules/xdebug.so
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_host=10.0.2.2
xdebug.remote_port=9001
xdebug.remote_log=/var/log/xdebug/xdebug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment