Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 PHP 使用 Aptana、Firefox 和 Apache2 设置了 XDebug。我希望能够在应用程序崩溃时查看某种错误报告。
例如,只要我的 require_once() 文件位置错误,应用程序就会退出。
我想到了:
您需要做的就是在 php.ini 中设置 display_errors = On,这很好!