Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49511 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47807 invoked from network); 25 Aug 2010 13:38:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Aug 2010 13:38:51 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 74.125.82.170 mail-wy0-f170.google.com Received: from [74.125.82.170] ([74.125.82.170:59980] helo=mail-wy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B6/E0-43011-8EC157C4 for ; Wed, 25 Aug 2010 09:38:49 -0400 Received: by wyf19 with SMTP id 19so705644wyf.29 for ; Wed, 25 Aug 2010 06:38:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=p95yEYkM3LWmh9JdCoU9+H2nGUXED+LJ1vXmCVlKhdA=; b=Oiuy8XuvZjHgal7NcL/j1uF99mnsr2t4/stnVwdNFmJsO92Ozf7XGMzhEhqj8NsxiM lm2XGVeLIT7RP6Lh5MNzSf2GLEFcRQa4sWgnBrBpDdrUrLnZ+0q7tIRSw2nwP04VZN+e bnXbkBfGboxABfkKeVcXBlcbysfHYW0rT+ufY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=SXydZXkwN1t3keLoVVhy5SbGPd8cIo16xQ7jTZKMDG3VLm3UPlwvEtGPO9N56lwgSR IXB9r8lUDYfcOTfJg+t+6EXh+NoeWH/h5t+ua2CG3dmIddkAMLyK9aDJN3cJBT3ByTHE wWvt2zSv1kYKcyp6NGpWXBQBHvynhPrjkWUtY= MIME-Version: 1.0 Received: by 10.227.147.75 with SMTP id k11mr7346584wbv.161.1282743525754; Wed, 25 Aug 2010 06:38:45 -0700 (PDT) Received: by 10.227.138.225 with HTTP; Wed, 25 Aug 2010 06:38:45 -0700 (PDT) In-Reply-To: <4C751BDD.3090907@php.net> References: <4C751BDD.3090907@php.net> Date: Wed, 25 Aug 2010 15:38:45 +0200 Message-ID: To: Sebastian Bergmann Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [PATCH] #52563: Adding E_NONE and/or E_EVERYTHING constants From: pierre.php@gmail.com (Pierre Joye) On Wed, Aug 25, 2010 at 3:34 PM, Sebastian Bergmann wro= te: > On 08/25/2010 03:07 PM, Derick Rethans wrote: >> Don't we already have this with the default two php.inis we have in some >> form? > > =A0Yes, we do. And I, for one, also do not see the point for new E_* > =A0constants. Nobody uses the recommendation in the two php.inis. The point of having those is to have them at the code level (keeping in mind that many mainstream projects set the error level in their config). It also brings a bit of clarity in these settings and where to use them. Cheers, --=20 Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org