Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23768 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16292 invoked by uid 1010); 29 May 2006 14:38:42 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 16277 invoked from network); 29 May 2006 14:38:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 May 2006 14:38:42 -0000 X-Host-Fingerprint: 84.148.206.13 p5494CE0D.dip.t-dialin.net Received: from ([84.148.206.13:5633] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 11/DD-04939-1770B744 for ; Mon, 29 May 2006 10:38:41 -0400 Message-ID: <11.DD.04939.1770B744@pb1.pair.com> To: internals@lists.php.net Date: Mon, 29 May 2006 16:42:15 +0200 User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 References: <138663365.20060514205903@marcus-boerger.de> <038d01c676f8$ab9b3380$6602a8c0@foxbox> In-Reply-To: <038d01c676f8$ab9b3380$6602a8c0@foxbox> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 84.148.206.13 Subject: Re: [PHP-DEV] E_ALL changes in 5.2/6.0 From: lists@sebastianmendel.de (Sebastian Mendel) Steph Fox schrieb: > Marcus, > > FWIW I'm with you (unusually) over E_STRICT. Why would anyone have E_ALL > switched on anywhere but a dev box? at least i, as no one on this mailing list is interested in me, but i have it on and it is logged only and not displayed. some bugs are really hard to find, cause it is not always possible to test every aspect of an application - it is a dream to think you can get you application absolutely error free and failsafe - and how would you recognize errors your customers get if you not enable error reporting? you could say E_ERROR or E_WARNING would be enough but some logical errors throw only E_NOTICE if they throw any error at all ... -- Sebastian