Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72296 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77493 invoked from network); 5 Feb 2014 20:54:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Feb 2014 20:54:52 -0000 Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.220.48 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.220.48 mail-pa0-f48.google.com Received: from [209.85.220.48] ([209.85.220.48:57656] helo=mail-pa0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 52/C7-38005-B15A2F25 for ; Wed, 05 Feb 2014 15:54:52 -0500 Received: by mail-pa0-f48.google.com with SMTP id kx10so819668pab.35 for ; Wed, 05 Feb 2014 12:54:48 -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=WC8U05XP1ymYlq0orduMpmJSkpn7jxx+TMtrzSF6L/8=; b=LUcF2RUIsAfxz/RDMOul1ACDw1PFdo6lmHMBgsbxOqxpZI1lQrdFD5m3xB84iEOtZk os8dCmlEKNtoTn5fpm2ZizTd1beZ6kym1z3+SoKj0yDV8j+cple66y4ECwVj+AM3l9xX rfvBOW2jSQ1P1SP+FdLLL+T24Z0lrm9kmRD1kX7v7aSRVPtcuS2B/V1FCOmtD5jIE3m1 9aBb1mQDxBfukIKSb+n/hf9vmb2RSinOiTi9CQjco4JZr8xbBN56l+GkTz9XBNhTTPKm 4HUhNA4QN+LrzeKfMefIHSx30sBV8QunZ9o491FUTDl34wB7H9qfEvn6c35bJmrFBhkZ xgVw== X-Gm-Message-State: ALoCoQkgaanSr6Tfu8mlhmDv6I9ikZ6AUWf/xNc1+Muz1tUc8ObJH55cNnVjD86NqvTFLGfRrrX6 MIME-Version: 1.0 X-Received: by 10.68.130.234 with SMTP id oh10mr5248236pbb.136.1391633688764; Wed, 05 Feb 2014 12:54:48 -0800 (PST) Sender: php@golemon.com Received: by 10.70.38.234 with HTTP; Wed, 5 Feb 2014 12:54:48 -0800 (PST) X-Originating-IP: [2620:0:1cfe:18:22c9:d0ff:fe87:295b] In-Reply-To: <52F29B04.9080609@googlemail.com> References: <52F00437.7010903@googlemail.com> <52F005E6.6090702@googlemail.com> <52F0D36B.7010905@googlemail.com> <52F29880.6050304@googlemail.com> <52F29B04.9080609@googlemail.com> Date: Wed, 5 Feb 2014 12:54:48 -0800 X-Google-Sender-Auth: lR4zWS671ATpuTWu4IoJgQqXbIc 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 5, 2014 at 12:11 PM, Crypto Compress wrote: > It's not easy nor fast to change output of a whole object graph. > Oh, I see what you were getting at now. Yeah, that would be onerous if you found yourself in that position. Might be a good idea to do a followup RFC to introduce an INI setting. I'm not keen on adding a new method, that kind of misses the point of the original hook. -Sara