Created
January 2, 2018 08:33
-
-
Save Leo24/3243b1dea76d93b0bb2cc3beb63125c4 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 = /usr/lib/php/20160303/xdebug.so | |
xdebug.remote_enable=true | |
xdebug.remote_host=127.0.0.1 | |
xdebug.remote_port=9000 | |
xdebug.remote_handler=dbgp | |
xdebug.profiler_enable=1 | |
xdebug.idekey=PHPSTORM |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment