Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17069 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15834 invoked by uid 1010); 1 Jul 2005 23:48:26 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 15819 invoked from network); 1 Jul 2005 23:48:26 -0000 Received: from unknown (HELO emini.dk) (127.0.0.1) by localhost with SMTP; 1 Jul 2005 23:48:26 -0000 X-Host-Fingerprint: 192.38.9.232 gw2.emini.dk Linux 2.4/2.6 Received: from ([192.38.9.232:8655] helo=gw2.emini.dk) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id F6/58-08900-946D5C24 for ; Fri, 01 Jul 2005 19:48:25 -0400 Received: from [10.0.0.130] (gw1.emini.dk [212.242.124.121]) by gw2.emini.dk (Postfix) with ESMTP id 940DD6F02E; Sat, 2 Jul 2005 01:48:22 +0200 (CEST) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: Content-Transfer-Encoding: 7bit Cc: internals@lists.php.net Date: Sat, 2 Jul 2005 01:49:04 +0200 To: Nicholas Telford X-Mailer: Apple Mail (2.622) Subject: Re: [PHP-DEV] PHP5.1b2 Typo in php.ini-recommended From: edink@emini.dk (Edin Kadribasic) Fixed in the CVS, good catch, thanks! Edin On Jul 2, 2005, at 1:31, Nicholas Telford wrote: > 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 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >