Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72456 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43132 invoked from network); 11 Feb 2014 07:55:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Feb 2014 07:55:44 -0000 Authentication-Results: pb1.pair.com smtp.mail=cryptocompress@googlemail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=cryptocompress@googlemail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.215.181 as permitted sender) X-PHP-List-Original-Sender: cryptocompress@googlemail.com X-Host-Fingerprint: 209.85.215.181 mail-ea0-f181.google.com Received: from [209.85.215.181] ([209.85.215.181:42720] helo=mail-ea0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2C/C1-33530-F77D9F25 for ; Tue, 11 Feb 2014 02:55:44 -0500 Received: by mail-ea0-f181.google.com with SMTP id k10so1262945eaj.12 for ; Mon, 10 Feb 2014 23:55:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=+1G6SYQJrO9a6CQBezN6xl4kZxjX384b1RfkQ89To+w=; b=HsAJLxaI8dDqeoC2GiaZfZT9LPmaTbktMGf6bX4/wWIKR7/gjADAr4Wd3uCaZjP1lw +wZdHVfhLAJVNVA6IiFVKoHY29HlLi6xAEz5D4hkI99cGTzTwMbIG4ryzx1xbWjJ7ZlO PCZvPYtoepe4ObaGpihg9iDuBDrdqDlnd6rzKUMRHDKXLP2s9naivl8NtKpxKUoCeFZO c5IyU0uJOzaxMS4/ldEkVk3QW414+vhUErTxi8ivHOSAoX/Af9K62+xwL5nfxpnlyDAg 2nJPFFdkGzVtWhuz57wfbm/9Uiw83tq/ZQ/dz3o1nuGv/jLzpO56UoYhNKIuxjozTaWt rfiw== X-Received: by 10.14.127.200 with SMTP id d48mr42170968eei.9.1392105340137; Mon, 10 Feb 2014 23:55:40 -0800 (PST) Received: from [192.168.1.115] (mnch-5d8774be.pool.mediaWays.net. [93.135.116.190]) by mx.google.com with ESMTPSA id q44sm29111066eez.1.2014.02.10.23.55.37 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 10 Feb 2014 23:55:39 -0800 (PST) Message-ID: <52F9D766.1090902@googlemail.com> Date: Tue, 11 Feb 2014 08:55:18 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Sara Golemon CC: PHP Developers Mailing List References: <52F00437.7010903@googlemail.com> <52F005E6.6090702@googlemail.com> <52F0D36B.7010905@googlemail.com> <52F29880.6050304@googlemail.com> <52F29B04.9080609@googlemail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] [VOTE] __debugInfo() From: cryptocompress@googlemail.com (Crypto Compress) Hi Sara, >> 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 Own goal par excellence if you want to hide something else no need for this hook. You can imagine the mess but want no proper solution. Why? cryptocompress