Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23404 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86211 invoked by uid 1010); 15 May 2006 18:51:57 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 86196 invoked from network); 15 May 2006 18:51:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 May 2006 18:51:57 -0000 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 66.249.82.205 wx-out-0102.google.com Linux 2.4/2.6 Received: from ([66.249.82.205:34693] helo=wx-out-0102.google.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 5F/FB-19568-DCDC8644 for ; Mon, 15 May 2006 14:51:57 -0400 Received: by wx-out-0102.google.com with SMTP id s10so671909wxc for ; Mon, 15 May 2006 11:51:53 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=g/b/sEqRa8n8c8ChfEnSSGk6B3dUZZ5a+lXAi9ojT/LwZxmz6/sCWUdA39YHFgAc+nByJJPk5ihN1Oj/hruHsHwUCmvPScIRV85sGTnvA/M5FXZVbEtt2G7/G4sniAsKkk1JVbZMWpfifnWMn36x5UL05yxhkWYFYgkWueJtD4Q= Received: by 10.70.40.19 with SMTP id n19mr2656964wxn; Mon, 15 May 2006 11:51:53 -0700 (PDT) Received: by 10.70.15.13 with HTTP; Mon, 15 May 2006 11:51:53 -0700 (PDT) Message-ID: <7f3ed2c30605151151k32300f4bieb0984cee25df518@mail.gmail.com> Date: Mon, 15 May 2006 20:51:53 +0200 Sender: hannes.magnusson@gmail.com To: "Steph Fox" Cc: "Marcus Boerger" , "Greg Beaver" , "Pierre-Alain Joye" , internals@lists.php.net, "Brian Moon" In-Reply-To: <083d01c67786$96d5b9f0$6602a8c0@foxbox> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <138663365.20060514205903@marcus-boerger.de> <038d01c676f8$ab9b3380$6602a8c0@foxbox> <44685D24.2000801@php.net> <1408277471.20060515204040@marcus-boerger.de> <083d01c67786$96d5b9f0$6602a8c0@foxbox> X-Google-Sender-Auth: cec3adc8046d09bf Subject: Re: [PHP-DEV] E_ALL changes in 5.2/6.0 From: bjori@php.net ("Hannes Magnusson") On 5/14/06, Steph Fox wrote: > > Ones again E_ALL is for development. For example to move PEAR code to P= HP > > 5. > > It is not for running legacy apps. IF you guys want i'd be ok with addi= ng > > 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 display_errors is however Off in -recommended so it shouldnt matter for those who use it... -Hannes