[XDebug] 設定がphp -iで"setting renamed in Xdebug 3"エラーになる時
2021年12月31日
| カテゴリ: XDebug
|
phpでXDebugの設定をする場合、XDebugに関する設定方法をgoogle検索すると、以下のように設定すると良いといった記事がいくつかヒットします。
```language-ini
[xdebug]
xdebug.remote_enable=1
xdebug.remote_autostart=1
xdebug.remote_host=hos...