Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23405 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88865 invoked by uid 1010); 15 May 2006 18:59:24 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 88850 invoked from network); 15 May 2006 18:59:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 May 2006 18:59:23 -0000 X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 81.169.182.136 ajaxatwork.net Linux 2.4/2.6 Received: from ([81.169.182.136:55770] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id BE/3C-19568-A8FC8644 for ; Mon, 15 May 2006 14:59:22 -0400 Received: from baumbart.mbo (dslb-084-063-060-049.pools.arcor-ip.net [84.63.60.49]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by strato.aixcept.de (Postfix) with ESMTP id 8D0F835C1E8; Mon, 15 May 2006 20:59:19 +0200 (CEST) Date: Mon, 15 May 2006 20:59:21 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1569434854.20060515205921@marcus-boerger.de> To: Brian Moon Cc: internals@lists.php.net In-Reply-To: <4468CD27.4010608@dealnews.com> References: <138663365.20060514205903@marcus-boerger.de> <038d01c676f8$ab9b3380$6602a8c0@foxbox> <44685D24.2000801@php.net> <1408277471.20060515204040@marcus-boerger.de> <083d01c67786$96d5b9f0$6602a8c0@foxbox> <4468CD27.4010608@dealnews.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] E_ALL changes in 5.2/6.0 From: helly@php.net (Marcus Boerger) Hello Brian, yeah we should simply rename the two files we have right now to that. I never knew which one to take since their names are not helpful. In production we would set something like E_ALL & ~E_STRICT & ~E_NOTICE. While in development we would do E_ALL as in all. Nice idea! best regards marcus Monday, May 15, 2006, 8:49:11 PM, you wrote: > Steph Fox wrote: >> 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. > Perhaps there should be an ini-development and an ini-production. > -- > Brian Moon > ------------- > http://dealnews.com/ > Its good to be cheap =) Best regards, Marcus