xdebug.remote_autostartを使うと、デバッガーが不要な場合の処理時間が長くなりすぎるので止める

This commit is contained in:
shibafu 2019-02-10 18:07:08 +09:00
parent 7337f60491
commit ab0695ee8d
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
; Dockerでのデバッグ用設定
zend_extension=xdebug.so
xdebug.remote_enable=true
xdebug.remote_autostart=true
xdebug.remote_host=host.docker.internal