IIS php.ini display_errors = stderr 到文件?

发布于 2024-11-05 21:59:03 字数 141 浏览 1 评论 0原文

我正在 microsoft IIS 上运行 php 应用程序。我正在调试一个问题并想要使用 php.ini 指令 display_errors = stderr 。我想查看文件中的错误消息。 php.ini 中是否可以将 stderr(或 stdout)重定向到文件?

I am running a php app on microsoft IIS . I am debugging a problem and wants to use the php.ini directive display_errors = stderr . I want to see the errors messages in a file .
Is it possible in php.ini to redirect the stderr (or stdout) to a file ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

放手` 2024-11-12 21:59:03

这就是 error_log 是为了。

That's what error_log is for.

浅唱々樱花落 2024-11-12 21:59:03

您可以通过适当设置 error_log

You can get the errors logged into the file of your choice by appropriately setting the value of error_log.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文