Skip to content

Commit 4960763

Browse files
authored
Update php.ini
1 parent 8b0de7a commit 4960763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/php.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1921,7 +1921,7 @@ ldap.max_links = -1
19211921
; Debug Config
19221922
xdebug.remote_enable = 1
19231923
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
1924+
xdebug.remote_host = host.docker.internal ; Use this value on Mac and Windows, replace with real ip if your host is Linux
19251925
xdebug.remote_port = 9000
19261926
;xdebug.remote_log = "/var/log/dnmp/php.xdebug.log"
19271927

0 commit comments

Comments
 (0)