我运行的php8.2-fpm与nginx。phpinfo()确认Xdebug是加载到PHP正确。错误显示,但没有格式化。示例图像附后。对php.ini的编辑显示我可以正确修改/启用html_errors。我启用了xdebug.mode = develop(我也尝试了调试),它也显示在phpinfo()中(底部的图像附后)。然而,我的错误仍然没有格式化。我将感谢任何帮助,因为以前提交的问题没有提供任何指导后,这些步骤完成。
phpinfo()
xdebug.mode = develop
afdcj2ne1#
确保php.ini文件启用了html_errors
php.ini
html_errors = true
要使用php,请用途:
ini_set('html_errors', true);
1条答案
按热度按时间afdcj2ne1#
确保
php.ini
文件启用了html_errors要使用php,请用途: