Last active
July 29, 2021 10:58
-
-
Save piorus/87502ce9fde07fe58e32a38e2f5c9c98 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=xdebug.so | |
xdebug.remote_enable = 1 | |
xdebug.remote_connect_back = 1 | |
xdebug.remote_port = 9000 | |
xdebug.scream = 0 | |
xdebug.cli_color = 1 | |
xdebug.show_local_vars = 1 | |
xdebug.idekey = PHPSTORM | |
xdebug.mode=debug |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment