Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72525 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66938 invoked from network); 12 Feb 2014 20:58:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Feb 2014 20:58:50 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.160.51 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.160.51 mail-pb0-f51.google.com Received: from [209.85.160.51] ([209.85.160.51:40197] helo=mail-pb0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2C/68-19387-880EBF25 for ; Wed, 12 Feb 2014 15:58:49 -0500 Received: by mail-pb0-f51.google.com with SMTP id un15so9747713pbc.24 for ; Wed, 12 Feb 2014 12:58:45 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=wBoTi8P0lXx9jmJElXJftEdNbzbpLLFfYQwJogB0bnY=; b=h0Fx8p3FDDXdTmu0h0HL+uPnk3lkGAb5FOtzMi2Syycn9IMPzIH80RrHvdSnwocTkd hz8yvlHQ6cV04JSGTeNZVnPdYqh2FHbZgQOMRENygMwiUZMGJYUBiorMru5pE7Ty41Jp tuU29zCGUcxL+5GUXSd6xdt/05uT6JBGIjRcTaULbiXCLbRUnCVK0mw301cKo/chwpLx GFwtlv+suvKC8JEEzMtBmOXDDEwwHu719KFgLsdXi5nzbYPcEjMW4dbMelnGF4QGkf1c XB3YqxBbiG1R3Tn9AwO35tdr+e3Ry5GA8gwUHbQ4E3sxRYE5AnPHIhjV3v7xiS+xs5pK 0erQ== X-Gm-Message-State: ALoCoQkM4ugCIBuduq/3ZRI8qQBxx//+F5i/oG9Z+Y/PMq40RzD5laoae084/JWZswcR+Sp8x9vx MIME-Version: 1.0 X-Received: by 10.66.158.132 with SMTP id wu4mr41930478pab.66.1392238725139; Wed, 12 Feb 2014 12:58:45 -0800 (PST) Sender: php@golemon.com Received: by 10.70.69.162 with HTTP; Wed, 12 Feb 2014 12:58:45 -0800 (PST) X-Originating-IP: [2620:0:1cfe:18:22c9:d0ff:fe87:295b] In-Reply-To: <52FBDC4D.9020302@googlemail.com> References: <52F00437.7010903@googlemail.com> <52FA71FE.8060808@googlemail.com> <1392151967.3990.11.camel@guybrush> <52FA90B3.5040205@googlemail.com> <1392153156.3990.13.camel@guybrush> <52FA99C4.5080006@googlemail.com> <1392155891.3990.15.camel@guybrush> <52FA9FD3.6000008@googlemail.com> <52FBDC4D.9020302@googlemail.com> Date: Wed, 12 Feb 2014 12:58:45 -0800 X-Google-Sender-Auth: K_yPCeTRK8Jrn9_iHgnyBtd2FSo Message-ID: To: Crypto Compress Cc: PHP Developers Mailing List Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] [RFC] [VOTE] __debugInfo() From: pollita@php.net (Sara Golemon) On Wed, Feb 12, 2014 at 12:40 PM, Crypto Compress wrote: > Solutions to problems created by RFCs are inherent and should not be solved > in followup RFCs. > True, but I disagree that this RFC creates a problem in and of itself. The problem you describe comes from abuse of the feature and creating __debugInfo() methods which hide relevant information. Perhaps a matter of semantics, but I think it's an important distinction. > Why is it impossible to solve [1] and consequent [2] *within* this RFC? > It's not, however the vote has opened and substantially changing the proposal after voting has started should not be done (as it invalidates the votes already cast). If the change is needed, then voters should vote "No". That will put this RFC back to the discussion phase, we can add that feature, and reopen voting. Personally, I think the issues you brought up deserve their own independent discussion as there are a number of ways to accomodate the issue you're envisioning. If you feel strongly in that way, then I encourage you to vote No. If others on this list agree, then I encourage them to follow suit. On the other hand, if those voting, as a majority, feel that this is good enough as-is. Then the vote passes and the feature goes in, and we can propose another RFC to refine it. -Sara