English 中文(简体)
PHP 略去500个错误——记录在哪里?
原标题:PHP emitting 500 on errors - where is this documented?
  • 时间:2010-06-19 11:44:59
  •  标签:
  • php
  • apache
最佳回答

不能肯定的是,这可能是:

  • Changed error handler to send HTTP 500 instead of blank page on PHP errors. (Dmitry, Andrei Nigmatulin)

http://www.mail-archive.com/internals@lists.php.net/info.html“rel=“noreferer”>internals list,可能与此相关:

引证:

Current time most PHP instalations use setting display_error=0 . This setting hides errors from user but may send to him just a blank page.

The proposed patch sends HTTP 500 response on errors instead of blank pages. The pages that already wrote something are not affectd.

任何反对或补充?

此处似乎显示拟议解决办法/安排:

问题回答

暂无回答




相关问题
Using SimplePie with CodeIgniter and XAMPP

I am using CodeIgniter 1.7.2 with XAMPP 1.7.2 on a Windows computer. I am trying to make use of SimplePie. I followed all the instructions I could find: a copy of simplepie.inc is in my applications/...

Multiple Sites with common files

I have developed over 50 sites that all use the exact same files other than CSS and IMAGES, I currently duplicate the files each time I create a new site and upload different css and images. What ...

http server validation

I finish a litle http server, writing from scratch. I would like to be sure that my imlementation is conforme to the HTTP specifications. W3C give us tools for HTML/XML conformance, but i see nothing ...

热门标签