From ab0695ee8d54d67c0c44c4ca074ea6d32213712f Mon Sep 17 00:00:00 2001 From: shibafu Date: Sun, 10 Feb 2019 18:07:08 +0900 Subject: [PATCH] =?UTF-8?q?xdebug.remote=5Fautostart=E3=82=92=E4=BD=BF?= =?UTF-8?q?=E3=81=86=E3=81=A8=E3=80=81=E3=83=87=E3=83=90=E3=83=83=E3=82=AC?= =?UTF-8?q?=E3=83=BC=E3=81=8C=E4=B8=8D=E8=A6=81=E3=81=AA=E5=A0=B4=E5=90=88?= =?UTF-8?q?=E3=81=AE=E5=87=A6=E7=90=86=E6=99=82=E9=96=93=E3=81=8C=E9=95=B7?= =?UTF-8?q?=E3=81=8F=E3=81=AA=E3=82=8A=E3=81=99=E3=81=8E=E3=82=8B=E3=81=AE?= =?UTF-8?q?=E3=81=A7=E6=AD=A2=E3=82=81=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/php.d/99-xdebug.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/dist/php.d/99-xdebug.ini b/dist/php.d/99-xdebug.ini index a6e8b8c..007daa1 100644 --- a/dist/php.d/99-xdebug.ini +++ b/dist/php.d/99-xdebug.ini @@ -1,5 +1,4 @@ ; Dockerでのデバッグ用設定 zend_extension=xdebug.so xdebug.remote_enable=true -xdebug.remote_autostart=true xdebug.remote_host=host.docker.internal \ No newline at end of file