Skip to content

Instantly share code, notes, and snippets.

@roboter
Created February 16, 2015 09:47
Show Gist options
  • Save roboter/f4424450ac3e9196be8c to your computer and use it in GitHub Desktop.
Save roboter/f4424450ac3e9196be8c to your computer and use it in GitHub Desktop.
PHP.ini Xdebug working with PHPStorm
[Xdebug]
zend_extension="C:\Program Files (x86)\PHP\v5.6.5\php_xdebug-2.2.7-5.6-vc11-x86_64.dll"
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