We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b0de7a commit 4960763Copy full SHA for 4960763
conf/php.ini
@@ -1921,7 +1921,7 @@ ldap.max_links = -1
1921
; Debug Config
1922
xdebug.remote_enable = 1
1923
xdebug.remote_handler = "dbgp"
1924
-xdebug.remote_host=host.docker.internal ; Use this value on Mac and Windows, replace with real ip if your host is Linux
+xdebug.remote_host = host.docker.internal ; Use this value on Mac and Windows, replace with real ip if your host is Linux
1925
xdebug.remote_port = 9000
1926
;xdebug.remote_log = "/var/log/dnmp/php.xdebug.log"
1927
0 commit comments