Created
September 14, 2021 15:53
-
-
Save ace3/de03c760575e1fde815422026d791106 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
error_reporting=E_ALL |
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 | |
[xdebug] | |
xdebug.mode = debug,develop | |
xdebug.client_host=host.docker.internal | |
xdebug.client_port=9003 | |
xdebug.start_with_request = yes | |
xdebug.discover_client_host = 1 | |
;xdebug.mode=debug | |
;; ------------------------------------ | |
;; Address where IDE listening for incoming debugging connections | |
;xdebug.client_host=host.docker.internal | |
;; ------------------------------------ | |
;; Port where IDE listening for incoming debugging connections | |
;xdebug.client_port=9003 | |
;; ------------------------------------ | |
;; Color var_dumps when in CLI | |
xdebug.cli_color=1 | |
;; ------------------------------------ | |
;xdebug.start_with_request=trigger | |
;xdebug.discover_client_host = yes | |
xdebug.extended_info = 1 | |
xdebug.log=/tmp/xdebug.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment