Skip to content

Instantly share code, notes, and snippets.

@praveenpuglia
Created November 27, 2012 18:04
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 praveenpuglia/4155920 to your computer and use it in GitHub Desktop.
Save praveenpuglia/4155920 to your computer and use it in GitHub Desktop.
Xdebug php.ini Configuration
; XDEBUG Extension
zend_extension = c:\wamp\bin\php\php5.4.3\ext\php_xdebug-2.2.1-5.4-vc9.dll
[xdebug]
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