Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:53754 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83720 invoked from network); 6 Jul 2011 05:04:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Jul 2011 05:04:08 -0000 Authentication-Results: pb1.pair.com header.from=adam@adamharvey.name; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=adam@adamharvey.name; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain adamharvey.name designates 209.85.214.170 as permitted sender) X-PHP-List-Original-Sender: adam@adamharvey.name X-Host-Fingerprint: 209.85.214.170 mail-iw0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:35893] helo=mail-iw0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8F/40-16504-8CCE31E4 for ; Wed, 06 Jul 2011 01:04:08 -0400 Received: by iwn36 with SMTP id 36so6954488iwn.29 for ; Tue, 05 Jul 2011 22:04:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adamharvey.name; s=google; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=0oQA+/AxFzQUKilcy6NLhyTClOSyqG/RPxCh7xrGs98=; b=LLTc8l6AeZvPeDCuBz5t8ztEya9qGd7VWN3IjPI8Q59zpYHQrwZLQn6+1IrNiSJzFQ xYv3NDpSdIAdjYPTFE61Ks6nmdbAQvmZSIghRvaBCTWBnnA0KXNHH3cL8kFFNtiWJA1A W2lhIH6PPsS6L/Jh8J+X4Stpd9HVx4KF8ayq4= Received: by 10.231.111.85 with SMTP id r21mr7736700ibp.21.1309928645900; Tue, 05 Jul 2011 22:04:05 -0700 (PDT) MIME-Version: 1.0 Sender: adam@adamharvey.name Received: by 10.231.149.75 with HTTP; Tue, 5 Jul 2011 21:58:13 -0700 (PDT) In-Reply-To: References: Date: Wed, 6 Jul 2011 12:58:13 +0800 X-Google-Sender-Auth: hMjZVWWP3k5GIO0ji2YBE1HgO5M Message-ID: To: RQuadling@gmail.com Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC] -W option for CLI "strict mode" From: aharvey@php.net (Adam Harvey) On 6 July 2011 06:00, Richard Quadling wrote: > I'd also add in the display_startup_errors to this also. As I see it, > the idea is to make things as noisy or as quiet as possible. Agreed. That was an oversight on my part. I'll update the patches to handle that as well. Adam