Created
June 27, 2017 00:29
-
-
Save ugurozturk/c5c9b6a636db0a30c68c8916bf490dce to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zend_extension = php_xdebug.dll | |
xdebug.default_enable = 1 | |
xdebug.remote_enable = 1 | |
xdebug.remote_autostart = 1 | |
xdebug.remote_handler = "dbgp" | |
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