Last active
November 10, 2017 16:18
-
-
Save pazairfog/c1ee92e3d7360ae64886a6842edafb4a to your computer and use it in GitHub Desktop.
Shared configuration between PHP cli and apache2 mods
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] | |
| xdebug.remote_enable=1 | |
| xdebug.remote_host=127.0.0.1 | |
| # Not safe for production servers | |
| xdebug.remote_connect_back=1 | |
| xdebug.remote_port=9000 | |
| xdebug.remote_handler=dbgp | |
| xdebug.remote_mode=req | |
| xdebug.remote_autostart=false | |
| xdebug.idekey=xdebug-atom |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment