Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:53764 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7402 invoked from network); 6 Jul 2011 15:46:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Jul 2011 15:46:30 -0000 Authentication-Results: pb1.pair.com header.from=rquadling@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=rquadling@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.42 as permitted sender) X-PHP-List-Original-Sender: rquadling@gmail.com X-Host-Fingerprint: 209.85.216.42 mail-qw0-f42.google.com Received: from [209.85.216.42] ([209.85.216.42:60066] helo=mail-qw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 13/E2-25581-553841E4 for ; Wed, 06 Jul 2011 11:46:30 -0400 Received: by qwi4 with SMTP id 4so11310qwi.29 for ; Wed, 06 Jul 2011 08:46:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; bh=oNiW1YlyTGu52ps+XW2YML6VqPznQDbaXq1OUJdiGDw=; b=Yte2DfFIKvaUWIAaveW54Jn/alnl26z+nh7gW/yGFX3JJDYqxY95uyCj64UgzqoVmh kBPlffgFnDJdNGheMQbO+weOeKDE8uSK7I0Vl9OgVq0q9vbpIZ7gbVsWnih3R3ZVirnI CArqBEb43uLQ8JduyJJ1NX3tQpW72NnkFL8Kw= Received: by 10.224.60.76 with SMTP id o12mr5924737qah.169.1309967187107; Wed, 06 Jul 2011 08:46:27 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.122.136 with HTTP; Wed, 6 Jul 2011 08:46:07 -0700 (PDT) Reply-To: RQuadling@GMail.com In-Reply-To: <1309966833.3580.5.camel@guybrush> References: <1309966833.3580.5.camel@guybrush> Date: Wed, 6 Jul 2011 16:46:07 +0100 Message-ID: To: =?UTF-8?Q?Johannes_Schl=C3=BCter?= Cc: Adam Harvey , PHP internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [RFC] -W option for CLI "strict mode" From: rquadling@gmail.com (Richard Quadling) 2011/7/6 Johannes Schl=C3=BCter : > 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. > =C2=A0 $ php -n run-tests.php -n > You missed out the -- That separates arguments from php.exe and the script. As long as one remembers that, they should be OK. >> 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? If error_reporting() is set to 0, what errors can be generated? --=20 Richard Quadling Twitter : EE : Zend : PHPDoc @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea