Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30147 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63622 invoked by uid 1010); 13 Jun 2007 07:08:36 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 63606 invoked from network); 13 Jun 2007 07:08:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Jun 2007 07:08:36 -0000 Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.162 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 212.25.124.162 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from [212.25.124.162] ([212.25.124.162:57236] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3F/C6-04698-1F79F664 for ; Wed, 13 Jun 2007 03:08:36 -0400 Received: (qmail 29626 invoked from network); 13 Jun 2007 07:08:30 -0000 Received: from internal.zend.office (HELO thinkpad) (10.1.1.1) by internal.zend.office with SMTP; 13 Jun 2007 07:08:30 -0000 To: "'internals Mailing List'" Cc: "Stanislav Malyshev" , "Andrei Nigmatulin" Date: Wed, 13 Jun 2007 11:07:49 +0400 Message-ID: <000101c7ad89$8e4db2d0$6e02a8c0@thinkpad> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0002_01C7ADAB.155F52D0" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 Subject: FW: php fastcgi From: dmitry@zend.com ("Dmitry Stogov") ------=_NextPart_000_0002_01C7ADAB.155F52D0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, Current time most PHP instalations use setting 'display_error=3D0'. 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. Any objections or additions? Thanks. Dmitry. ------=_NextPart_000_0002_01C7ADAB.155F52D0--