Skip to content

Commit f0d08c6

Browse files
authored
Apply suggestions from code review
1 parent 2f53d08 commit f0d08c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PHPARGS=-dmemory_limit=64M
2-
#PHPARGS=-dmemory_limit=64M -dzend_extension=xdebug.so -dxdebug.mode=debug -dxdebug.remote_host=127.0.0.1 -dxdebug.start_with_request=yes
2+
#PHPARGS=-dmemory_limit=64M -dzend_extension=xdebug.so -dxdebug.mode=debug -dxdebug.client_host=127.0.0.1 -dxdebug.start_with_request=yes
33
#PHPARGS=-dmemory_limit=64M -dxdebug.mode=debug
44

55
all:

tests/docker/xdebug.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
xdebug.mode=debug
22
xdebug.start_with_request=yes
33
xdebug.discover_client_host=1
4-
;xdebug.remote_host=host.docker.internal
4+
;xdebug.client_host=host.docker.internal
55
xdebug.client_port=9000
66
xdebug.idekey=PHPSTORM
77
xdebug.connect_timeout_ms = 10

0 commit comments

Comments
 (0)