We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f53d08 commit f0d08c6Copy full SHA for f0d08c6
Makefile
@@ -1,5 +1,5 @@
1
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
+#PHPARGS=-dmemory_limit=64M -dzend_extension=xdebug.so -dxdebug.mode=debug -dxdebug.client_host=127.0.0.1 -dxdebug.start_with_request=yes
3
#PHPARGS=-dmemory_limit=64M -dxdebug.mode=debug
4
5
all:
tests/docker/xdebug.ini
@@ -1,7 +1,7 @@
xdebug.mode=debug
xdebug.start_with_request=yes
xdebug.discover_client_host=1
-;xdebug.remote_host=host.docker.internal
+;xdebug.client_host=host.docker.internal
xdebug.client_port=9000
6
xdebug.idekey=PHPSTORM
7
xdebug.connect_timeout_ms = 10
0 commit comments