Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17068 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11737 invoked by uid 1010); 1 Jul 2005 23:30:55 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 11722 invoked from network); 1 Jul 2005 23:30:55 -0000 Received: from unknown (HELO ntlworld.com) (127.0.0.1) by localhost with SMTP; 1 Jul 2005 23:30:55 -0000 X-Host-Fingerprint: 82.1.27.86 spc2-hava1-4-0-cust86.cosh.broadband.ntl.com Received: from ([82.1.27.86:12191] helo=localhost.localdomain) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id C4/F7-08900-E22D5C24 for ; Fri, 01 Jul 2005 19:30:54 -0400 Message-ID: To: internals@lists.php.net Date: Sat, 02 Jul 2005 00:31:17 +0100 User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 82.1.27.86 Subject: PHP5.1b2 Typo in php.ini-recommended From: nick.telford@ntlworld.com (Nicholas Telford) Hello, Small typo (not too important, but misleading) in php.ini-recommended. ; - Show all errors, including coding standards warnings ; error_reporting = E_ALL shouldn't that be "all errors, except coding standards warnings"? also, in that case, there needs to be an error_reporting = E_ALL & E_STRICT example. This is in the Windows build, haven't verified on the others, but I assume them all to be the same since they're the same version. I believe this was caused when the default level changed. Thought it more appropriate to post here rather than as a bug since it's a Beta issue, appologies if this is the wrong place. Nicholas Telford