Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42997 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74151 invoked from network); 11 Feb 2009 16:19:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Feb 2009 16:19:56 -0000 Authentication-Results: pb1.pair.com header.from=ilia@prohost.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=ilia@prohost.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain prohost.org from 74.125.92.25 cause and error) X-PHP-List-Original-Sender: ilia@prohost.org X-Host-Fingerprint: 74.125.92.25 qw-out-2122.google.com Received: from [74.125.92.25] ([74.125.92.25:1588] helo=qw-out-2122.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7A/1C-12172-CAAF2994 for ; Wed, 11 Feb 2009 11:19:56 -0500 Received: by qw-out-2122.google.com with SMTP id 3so58109qwe.59 for ; Wed, 11 Feb 2009 08:19:54 -0800 (PST) Received: by 10.64.114.1 with SMTP id m1mr4669176qbc.52.1234369193725; Wed, 11 Feb 2009 08:19:53 -0800 (PST) Received: from ?192.168.1.111? (TOROON63-1176059019.sdsl.bell.ca [70.25.60.139]) by mx.google.com with ESMTPS id s35sm3147516qbs.6.2009.02.11.08.19.52 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 11 Feb 2009 08:19:53 -0800 (PST) Cc: PHP Internals List Message-ID: <9E2FED17-9EB8-421A-990D-D2EC789EAB2D@prohost.org> To: Daniel Convissor In-Reply-To: <20090211161147.GA13632@panix.com> 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 11:19:51 -0500 References: <20090211161147.GA13632@panix.com> X-Mailer: Apple Mail (2.930.3) Subject: Re: [PHP-DEV] RFC for new INI's From: ilia@prohost.org (Ilia Alshanetsky) 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 Ilia Alshanetsky