Skip to content

Instantly share code, notes, and snippets.

@quanengineering
Last active February 10, 2016 15:47
Show Gist options
  • Save quanengineering/1f072bdad055732cbf21 to your computer and use it in GitHub Desktop.
Save quanengineering/1f072bdad055732cbf21 to your computer and use it in GitHub Desktop.
Config /etc/php5/apache2/php.ini to enable xdebug
--Add lines to php.ini
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment