Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:75075 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93896 invoked from network); 25 Jun 2014 14:55:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jun 2014 14:55:17 -0000 Authentication-Results: pb1.pair.com header.from=ajf@ajf.me; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ajf@ajf.me; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain ajf.me designates 192.64.116.216 as permitted sender) X-PHP-List-Original-Sender: ajf@ajf.me X-Host-Fingerprint: 192.64.116.216 imap10-3.ox.privateemail.com Received: from [192.64.116.216] ([192.64.116.216:37794] helo=imap10-3.ox.privateemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 40/15-55756-3D2EAA35 for ; Wed, 25 Jun 2014 10:55:16 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.privateemail.com (Postfix) with ESMTP id 90EF32400D3; Wed, 25 Jun 2014 10:55:12 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at imap10.ox.privateemail.com Received: from mail.privateemail.com ([127.0.0.1]) by localhost (imap10.ox.privateemail.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id kh8GuP3O05va; Wed, 25 Jun 2014 10:55:12 -0400 (EDT) Received: from [192.168.0.15] (unknown [90.210.122.167]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.privateemail.com (Postfix) with ESMTPSA id 35F992400D7; Wed, 25 Jun 2014 10:55:09 -0400 (EDT) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) In-Reply-To: Date: Wed, 25 Jun 2014 15:55:06 +0100 Cc: Dmitry Stogov , PHP Internals , Dmitry Stogov Content-Transfer-Encoding: quoted-printable Message-ID: References: To: Ferenc Kovacs X-Mailer: Apple Mail (2.1878.2) Subject: Re: [PHP-DEV] Re: why do we not set http 500 for errors when the display_error is enabled From: ajf@ajf.me (Andrea Faulds) On 25 Jun 2014, at 15:32, Ferenc Kovacs wrote: > I see. I assume this is related to = http://support.microsoft.com/kb/294807 > where by default IE shows pretty but generic message for non-2xx = messages > if the response content length is less than or equal to a specific > threshold(512 bytes for 500 errors for example). > I don't think that it was a good idea to patch our error handling for = the > sake of an usability feature only present in one browser. Don=92t other browsers do this as well? I believe Chrome and Firefox do, = at least for 404 errors. -- Andrea Faulds http://ajf.me/