Xdebug 3 - 设置“xdebug.remote_***”已重命名,请参阅升级指南
我刚刚在我的OSX上安装了Xdebug v3.0.0beta1,并尝试在PhpStorm 2020.1上使用它,但我得到这个:
Xdebug: [配置] 设置“xdebug.remote_enable”已重命名,请参阅 https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_enable 的升级指南(请参阅:https://xdebug.org/docs/errors#CFG-C-CHANGED) Xdebug:[配置] 设置“xdebug.remote_host”已重命名,请参阅 https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_host 的升级指南(请参阅:https://xdebug.org/docs/errors#CFG-C-CHANGED) Xdebug: [配置] 设置“xdebug.remote_mode”已重命名,请参阅 https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_mode 的升级指南(请参阅:https://xdebug.org/docs/errors#CFG-C-CHANGED) Xdebug:[配置] 设置“xdebug.remote_port”已重命名,请参阅 https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_port
提供的链接只会导致带有错误的图像。
我的问题是要设置的正确设置是什么,以及实际更改它们的位置,因为我在php.ini文件中没有任何关于xdebug的内容。