Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58188 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51354 invoked from network); 27 Feb 2012 20:21:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Feb 2012 20:21:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=philip@roshambo.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=philip@roshambo.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain roshambo.org from 209.85.210.42 cause and error) X-PHP-List-Original-Sender: philip@roshambo.org X-Host-Fingerprint: 209.85.210.42 mail-pz0-f42.google.com Received: from [209.85.210.42] ([209.85.210.42:62679] helo=mail-pz0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 30/C4-29394-CC5EB4F4 for ; Mon, 27 Feb 2012 15:21:33 -0500 Received: by dang27 with SMTP id g27so6152150dan.29 for ; Mon, 27 Feb 2012 12:21:30 -0800 (PST) Received-SPF: pass (google.com: domain of philip@roshambo.org designates 10.68.219.232 as permitted sender) client-ip=10.68.219.232; Authentication-Results: mr.google.com; spf=pass (google.com: domain of philip@roshambo.org designates 10.68.219.232 as permitted sender) smtp.mail=philip@roshambo.org Received: from mr.google.com ([10.68.219.232]) by 10.68.219.232 with SMTP id pr8mr44966296pbc.12.1330374090151 (num_hops = 1); Mon, 27 Feb 2012 12:21:30 -0800 (PST) Received: by 10.68.219.232 with SMTP id pr8mr37953032pbc.12.1330374089872; Mon, 27 Feb 2012 12:21:29 -0800 (PST) Received: from [192.168.2.100] (c-71-56-134-232.hsd1.wa.comcast.net. [71.56.134.232]) by mx.google.com with ESMTPS id l8sm10385031pbi.0.2012.02.27.12.21.28 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 27 Feb 2012 12:21:29 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v1257) Content-Type: text/plain; charset=iso-8859-1 X-Priority: 3 (Normal) In-Reply-To: <139e388dc03896c57b5c36d059f23597.squirrel@www.l-i-e.com> Date: Mon, 27 Feb 2012 12:21:28 -0800 Cc: internals@lists.php.net Content-Transfer-Encoding: quoted-printable Message-ID: <7DDD4663-3478-4DF7-A0B3-2EC9A5AF4C60@roshambo.org> References: <139e388dc03896c57b5c36d059f23597.squirrel@www.l-i-e.com> To: "Richard Lynch" X-Mailer: Apple Mail (2.1257) X-Gm-Message-State: ALoCoQlusCtM9S5sJCmdrpgFT/Go8JW95p4+KS3tcNzqDCyaGKcKJXVuOQ5Ytyj6Yr2win78XyMh Subject: Re: [PHP-DEV] RFC: PHP 6 include E_NOTICE in default php.ini From: philip@roshambo.org (Philip Olson) Hi Richard, I'm a little confused. Showing E_NOTICE errors is already the default=20 with both php.ini-* files. What does this RFC change? Are you proposing=20= that the PHP default value (without a php.ini) be modified? ; error_reporting ; Default Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED ; Development Value: E_ALL ; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT Regards, Philip Ref: = http://svn.php.net/viewvc/php/php-src/branches/PHP_5_4/php.ini-production?= view=3Dmarkup