Created
September 21, 2022 20:37
-
-
Save gogvale/202362f125bd43d45ba5f4008f119aaf 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
;Path: /home/linuxbrew/.linuxbrew/etc/php/8.1/conf.d/ext-xdebug.ini | |
[xdebug] | |
zend_extension="xdebug.so" | |
zend_debugger.allow_hosts=127.0.0.1 | |
zend_debugger.expose_remotely=allowed_hosts | |
xdebug.idekey=PHPSTORM | |
xdebug.mode=debug | |
xdebug.discover_client_host = 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment