Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42999 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76900 invoked from network); 11 Feb 2009 16:24:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Feb 2009 16:24:29 -0000 Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 88.198.8.16 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 88.198.8.16 bigtime.backendmedia.com Linux 2.6 Received: from [88.198.8.16] ([88.198.8.16:43881] helo=bigtime.backendmedia.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C2/BC-12172-BBBF2994 for ; Wed, 11 Feb 2009 11:24:27 -0500 Received: from localhost (unknown [127.0.0.1]) by bigtime.backendmedia.com (Postfix) with ESMTP id 99F48414405A; Wed, 11 Feb 2009 16:25:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at backendmedia.com Received: from bigtime.backendmedia.com ([127.0.0.1]) by localhost (bigtime.backendmedia.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8B8AKw87QVOG; Wed, 11 Feb 2009 17:25:01 +0100 (CET) Received: from [192.168.0.151] (77-58-151-147.dclient.hispeed.ch [77.58.151.147]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mls@pooteeweet.org) by bigtime.backendmedia.com (Postfix) with ESMTP id B9BC54144009; Wed, 11 Feb 2009 17:25:00 +0100 (CET) Cc: Daniel Convissor , PHP Internals List Message-ID: <51EC1113-B2D0-4F81-8055-C6D883B50934@pooteeweet.org> To: Ilia Alshanetsky In-Reply-To: <9E2FED17-9EB8-421A-990D-D2EC789EAB2D@prohost.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Date: Wed, 11 Feb 2009 17:24:19 +0100 References: <20090211161147.GA13632@panix.com> <9E2FED17-9EB8-421A-990D-D2EC789EAB2D@prohost.org> X-Mailer: Apple Mail (2.930.3) Subject: Re: [PHP-DEV] RFC for new INI's From: mls@pooteeweet.org (Lukas Kahwe Smith) On 11.02.2009, at 17:19, Ilia Alshanetsky wrote: > > On 11-Feb-09, at 11:11 AM, Daniel Convissor wrote: > >> Hi Eric: >> >> On Mon, Feb 09, 2009 at 09:27:03PM -0500, Eric Stewart wrote: >>> http://wiki.php.net/rfc/newinis >> >> Thanks for the work. >> >> I noticed the actual directives in the files are the same. I guess >> you >> just focused on the Quick Reference section and getting the >> comments set >> up the way you want. >> >> Line 488 in prod and 483 in dev need to have the link commented out. >> >> error_reporting: should be E_ALL in production. Well written code >> should not be generating notices, so notices indicate a problem that >> needs fixing. > > I think in dev environment it makes sense to set error reporting > level to E_ALL | E_STRICT Right. Currently E_DEPRECATED is also part of E_ALL. Maybe it should not. In dev env it should of course be enabled. regards, Lukas Kahwe Smith mls@pooteeweet.org