Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58179 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38310 invoked from network); 27 Feb 2012 19:33:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Feb 2012 19:33:45 -0000 Authentication-Results: pb1.pair.com header.from=kris.craig@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kris.craig@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.170 as permitted sender) X-PHP-List-Original-Sender: kris.craig@gmail.com X-Host-Fingerprint: 209.85.212.170 mail-wi0-f170.google.com Received: from [209.85.212.170] ([209.85.212.170:38531] helo=mail-wi0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 06/E1-29394-79ADB4F4 for ; Mon, 27 Feb 2012 14:33:44 -0500 Received: by wibhm4 with SMTP id hm4so3515136wib.29 for ; Mon, 27 Feb 2012 11:33:40 -0800 (PST) Received-SPF: pass (google.com: domain of kris.craig@gmail.com designates 10.180.101.37 as permitted sender) client-ip=10.180.101.37; Authentication-Results: mr.google.com; spf=pass (google.com: domain of kris.craig@gmail.com designates 10.180.101.37 as permitted sender) smtp.mail=kris.craig@gmail.com; dkim=pass header.i=kris.craig@gmail.com Received: from mr.google.com ([10.180.101.37]) by 10.180.101.37 with SMTP id fd5mr47485wib.1.1330371220382 (num_hops = 1); Mon, 27 Feb 2012 11:33:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=yh+Ccff3dslU/iLpgiv9xCgAn4ne986SNb+lFBRzF6M=; b=YvDbaiuBUwGdWgjdb2cWuCjbmQiPry0ziqcpuY6m2ILNqOEdB28QNx2eo9wbgoBU/+ AE7Vi7m8f9utCkNA1Am2KmSqXumDXbbKY4lmWZSve1W+x0gOFmO/mjjvL7IrrXFrxKM2 7G4YwzvWOcmjdhiLGAPw2po5Pi5RIfMCusILk= MIME-Version: 1.0 Received: by 10.180.101.37 with SMTP id fd5mr36158wib.1.1330371220328; Mon, 27 Feb 2012 11:33:40 -0800 (PST) Received: by 10.223.75.146 with HTTP; Mon, 27 Feb 2012 11:33:40 -0800 (PST) In-Reply-To: References: Date: Mon, 27 Feb 2012 11:33:40 -0800 Message-ID: To: Richard Lynch Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=f46d0442815801d16904b9f73019 Subject: Re: [PHP-DEV] RFC: PHP 6 include E_NOTICE in default php.ini From: kris.craig@gmail.com (Kris Craig) --f46d0442815801d16904b9f73019 Content-Type: text/plain; charset=ISO-8859-1 I think it's a good idea, though I'm not sure it should be done in the production one as well. I'm not sure, but I think these errors are generally suppressed in production because of potential security concerns involved in making those errors public. I would suggest amending the RFC so that it only applies to php.ini-development. Other than that, I like it. --Kris On Mon, Feb 27, 2012 at 8:01 AM, Richard Lynch wrote: > As promised in another thread, I have created a formal RFC on the > topic of including E_NOTICE in the default php.ini.* files. > > Please note that I am specifically not proposing E_STRICT nor > E_DEPRECATED in this RFC, as I believe the each need to be considered > on their own merits, and not lumped into one decision nor even > conversation. > > https://wiki.php.net/rfc/error_reporting_e_notice > > My first formal RFC, so please be gentle :-) > > -- > brain cancer update: > http://richardlynch.blogspot.com/search/label/brain%20tumor > Donate: > > https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FS9NLTNEEKWBE > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --f46d0442815801d16904b9f73019--