Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:53763 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5807 invoked from network); 6 Jul 2011 15:40:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Jul 2011 15:40:39 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 config.schlueters.de Received: from [217.114.211.66] ([217.114.211.66:63302] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 02/92-25581-6F1841E4 for ; Wed, 06 Jul 2011 11:40:38 -0400 Received: from [192.168.2.230] (ppp-93-104-45-86.dynamic.mnet-online.de [93.104.45.86]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id 46B7974822; Wed, 6 Jul 2011 17:40:35 +0200 (CEST) To: RQuadling@GMail.com Cc: Adam Harvey , PHP internals In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Wed, 06 Jul 2011 17:40:32 +0200 Message-ID: <1309966833.3580.5.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.2 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] -W option for CLI "strict mode" From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Tue, 2011-07-05 at 16:50 +0100, Richard Quadling wrote: > C:\php5\php.exe --verbose -f d:\docs\phd\render.php -- --verbose That happens with all options. $ php -n run-tests.php -n > Non bikeshedding thought ... > > Being able to enable full error reporting at the command line has to > be complimented though by fully disabling error reporting ... > > -Q, --quiet or -S, --silent What would happen with logging then? Will that be switched off, too? johannes