Skip to content

Instantly share code, notes, and snippets.

@slayerfat
Created April 26, 2016 01:57
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 slayerfat/5bc35e95c700eaf911098308cae525d5 to your computer and use it in GitHub Desktop.
Save slayerfat/5bc35e95c700eaf911098308cae525d5 to your computer and use it in GitHub Desktop.
xdebug > php.ini
[Xdebug]
zend_extension=/etc/php/7.0/apache2/conf.d/20-xdebug.ini (locacion real puede variar)
xdebug.remote_enable=1
xdebug.remote_host=localhost
xdebug.remote_port=9000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment