Created
December 7, 2017 19:11
-
-
Save GitHub30/26699b574a6c42f96edb92f7541f6166 to your computer and use it in GitHub Desktop.
"C:\MAMP\conf\php7.1.5\php.ini"
This file contains hidden or 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
[XDebug] | |
zend_extension = "C:\MAMP\bin\php\php7.1.5\ext\php_xdebug.dll" | |
xdebug.remote_enable = On | |
xdebug.remote_host = 127.0.0.1 | |
xdebug.remote_connect_back = Off | |
xdebug.remote_port = 9000 | |
xdebug.remote_handler = dbgp | |
xdebug.remote_mode = req | |
xdebug.remote_autostart = On |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment