Created
March 4, 2021 09:54
-
-
Save fcaldarelli/1519a33ff47f0f38da0b938959eb9211 to your computer and use it in GitHub Desktop.
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
zend_extension=xdebug.so | |
xdebug.remote_autostart = 1 | |
xdebug.remote_enable = 1 | |
xdebug.remote_handler = dbgp | |
xdebug.remote_host = 127.0.0.1 | |
xdebug.remote_log = /tmp/xdebug_remote.log | |
xdebug.remote_mode = req | |
xdebug.remote_port = 9005 #if you want to change the port you can change |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment