Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43001 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87548 invoked from network); 11 Feb 2009 17:13:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Feb 2009 17:13:43 -0000 Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.158 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 72.14.220.158 fg-out-1718.google.com Received: from [72.14.220.158] ([72.14.220.158:55528] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 65/7E-12172-64703994 for ; Wed, 11 Feb 2009 12:13:42 -0500 Received: by fg-out-1718.google.com with SMTP id e12so82826fga.23 for ; Wed, 11 Feb 2009 09:13:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=2WFiTYbTnHRusG4YbQvf6uoQtbIiOg0ukTMb03XyksM=; b=x+1Mmp0i70kk681xZfkfAD/Xonyo5ASBiLOYkxD6FY+HmfkLanHFumlXmjLgLfY86Z 46mVwqpVr9stlmpyNkuCDApbTMGZsEN6Kb+86M2vvTvj9NglMcyJ2h6QJw5g7kvw1Gnb GhrKOD13cofDumPGOSuAahTkFBohE8SCV13KU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=utBlxMCRkBCewFjQe0UZAXi0XeZ/P54btIgjXueY4t8pGyjt1oBe/0JDNXaqAfyQxP 6mAIRpseFfxWohYM6LUNBijtW5S4e+T+oNjFJ+NhwyL50RZs6MdHlRW/13W52tVp5yDF bRu52uXnOYi6XsWRDpC936u+cnHXLkz0yS5mk= MIME-Version: 1.0 Sender: kalle.php@gmail.com Received: by 10.86.78.4 with SMTP id a4mr831419fgb.10.1234372419727; Wed, 11 Feb 2009 09:13:39 -0800 (PST) In-Reply-To: References: <20090211161147.GA13632@panix.com> <9E2FED17-9EB8-421A-990D-D2EC789EAB2D@prohost.org> Date: Wed, 11 Feb 2009 18:13:39 +0100 X-Google-Sender-Auth: 6fe6c45b4f878f4d Message-ID: <2dedb8a0902110913w5104f907nb5cbafa2901de7dd@mail.gmail.com> To: Guilherme Blanco Cc: Ilia Alshanetsky , Daniel Convissor , PHP Internals List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] RFC for new INI's From: kalle@php.net (Kalle Sommer Nielsen) Hi 2009/2/11 Guilherme Blanco : > Hey, > > IMHO dev environment should be E_ALL | E_STRICT | E_DEPRECATED E_DEPRECATED is apart of E_ALL (like Lukas just said), so I'd say: ; Development error_reporting =3D E_ALL | E_STRICT (5.3) error_reporting =3D E_ALL (6.0+) ; Production error_reporting =3D E_ALL | ~E_DEPRECATED > > Regards, > > On Wed, Feb 11, 2009 at 2:19 PM, Ilia Alshanetsky wrot= e: >> >> 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 se= t >>> 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 t= o >> E_ALL | E_STRICT >> >> Ilia Alshanetsky >> >> >> >> >> >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php >> >> > > > > -- > Guilherme Blanco - Web Developer > CBC - Certified Bindows Consultant > Cell Phone: +55 (16) 9215-8480 > MSN: guilhermeblanco@hotmail.com > URL: http://blog.bisna.com > S=E3o Paulo - SP/Brazil > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --=20 Kalle Sommer Nielsen