Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23418 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35040 invoked by uid 1010); 15 May 2006 21:00:18 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 35024 invoked from network); 15 May 2006 21:00:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 May 2006 21:00:18 -0000 X-PHP-List-Original-Sender: jasper@album.co.nz X-Host-Fingerprint: 210.55.31.88 mail.album.co.nz Linux 2.5 (sometimes 2.4) (4) Received: from ([210.55.31.88:55474] helo=mail.album.co.nz) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 75/72-19568-FDBE8644 for ; Mon, 15 May 2006 17:00:16 -0400 Received: from mail.album.co.nz (www.album.co.nz [127.0.0.1]) by mail.album.co.nz (Postfix) with ESMTP id D11C8F5B02; Tue, 16 May 2006 09:00:09 +1200 (NZST) X-Spam-Checker-Version: SpamAssassin 3.1.1-gr0 (2006-03-10) on www.album.co.nz X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable version=3.1.1-gr0 Received: from [192.168.225.244] (gate1.digiweb.net.nz [202.174.112.3]) by mail.album.co.nz (Postfix) with ESMTP id 599763AB08; Tue, 16 May 2006 09:00:09 +1200 (NZST) Message-ID: <4468EBD8.3030506@album.co.nz> Date: Tue, 16 May 2006 09:00:08 +1200 Organization: Album Limited User-Agent: Mail/News 1.5 (X11/20060309) MIME-Version: 1.0 To: Steph Fox CC: Marcus Boerger , Greg Beaver , Pierre-Alain Joye , internals@lists.php.net, Brian Moon References: <138663365.20060514205903@marcus-boerger.de> <038d01c676f8$ab9b3380$6602a8c0@foxbox> <44685D24.2000801@php.net> <1408277471.20060515204040@marcus-boerger.de> <083d01c67786$96d5b9f0$6602a8c0@foxbox> In-Reply-To: <083d01c67786$96d5b9f0$6602a8c0@foxbox> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] E_ALL changes in 5.2/6.0 From: jasper@album.co.nz (Jasper Bryant-Greene) -----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 Steph Fox wrote: >> Ones again E_ALL is for development. For example to move PEAR code to >> PHP 5. >> It is not for running legacy apps. IF you guys want i'd be ok with >> adding a >> new mode say "E_RUN"... > > You think that - I think that. After Brian Moon's response I went and > checked what the INI files distributed with PHP actually say. > > ini-dist is set at E_ALL & ~E_NOTICE > ini-recommended is set at E_ALL > > I'd guess that's why Brian reports seeing E_ALL enabled on web hosts; > they're advised to use the settings in ini-recommended, after all. I see nothing wrong with E_ALL enabled on a production web server - I administer a very busy web server running a large PHP application, and have error_reporting set to E_ALL | E_STRICT. Of course, I do not have display_errors on. Pretty much the only errors I ever get logged are from PEAR, and I have a system to strip these out at the logger level. Jasper -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEaOvYFfAeHhDzT4gRA2QUAJ9ERKmtU7fpGcKmbvzOiZSqnTr1pQCcC3S2 trR/ddzI0bZfmyfmZN0ET1w= =m6k4 -----END PGP SIGNATURE-----