From 643d25899d06736bf5d7ae61f60c4452c8fb2f26 Mon Sep 17 00:00:00 2001 From: Albert Borsos Date: Sat, 23 Jan 2021 12:10:50 +0100 Subject: [PATCH] Remove deprecated xdebug configuration keys (#118) --- php/image-files/usr/local/etc/php/conf.d/xdebug.ini | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/php/image-files/usr/local/etc/php/conf.d/xdebug.ini b/php/image-files/usr/local/etc/php/conf.d/xdebug.ini index 64f1aa7..a27ba43 100755 --- a/php/image-files/usr/local/etc/php/conf.d/xdebug.ini +++ b/php/image-files/usr/local/etc/php/conf.d/xdebug.ini @@ -1,8 +1,6 @@ ;zend_extension=xdebug.so -xdebug.remote_enable=1 -xdebug.remote_autostart=1 -xdebug.remote_connect_back=0 xdebug.mode=debug +xdebug.start_with_request=yes ;;; if you are on macOS, use host.docker.internal to identify the host machine, due to a network limitation on mac (https://docs.docker.com/docker-for-mac/networking/#port-mapping) ;;; otherwise find host ip xdebug.client_host=host.docker.internal