Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71384 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52521 invoked from network); 21 Jan 2014 21:42:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jan 2014 21:42:03 -0000 Authentication-Results: pb1.pair.com smtp.mail=willfitch@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=willfitch@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 66.111.4.28 as permitted sender) X-PHP-List-Original-Sender: willfitch@php.net X-Host-Fingerprint: 66.111.4.28 out4-smtp.messagingengine.com Received: from [66.111.4.28] ([66.111.4.28:47058] helo=out4-smtp.messagingengine.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8A/F1-40896-AA9EED25 for ; Tue, 21 Jan 2014 16:42:03 -0500 Received: from compute3.internal (compute3.nyi.mail.srv.osa [10.202.2.43]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 33FED20DD5 for ; Tue, 21 Jan 2014 16:42:00 -0500 (EST) Received: from web6 ([10.202.2.216]) by compute3.internal (MEProxy); Tue, 21 Jan 2014 16:42:00 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:subject:date:in-reply-to :references; s=smtpout; bh=o4aJFiNb7yOrcdqj1RyQNaXy4m4=; b=Hqk7X EmK0fyrzpJzcueg62fiqWpa8JUlpQob/gsCsvz5CJ2Fnu+PdKVRy5xoMlpFsFGd1 d3nAokYzABnwrEczGJRwiDRn/IJU44OFA2iIXBB1nJBpQiYh4EwJHDBrbl8PUbNG v5vYBCL176iC5SQTQZDTZYsoxwQ2qVat4/t5kY= Received: by web6.nyi.mail.srv.osa (Postfix, from userid 99) id 1A8192997B4; Tue, 21 Jan 2014 16:42:00 -0500 (EST) Message-ID: <1390340520.27607.73658653.3EB76580@webmail.messagingengine.com> X-Sasl-Enc: qS8BVA2MwK4hb3IK9ZqjgD10RDqI9ALRT2Qk7piivpKz 1390340520 To: internals@lists.php.net MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-e8d433be Date: Tue, 21 Jan 2014 13:42:00 -0800 In-Reply-To: References: Subject: Re: [PHP-DEV] [RFC] __debug_info() From: willfitch@php.net (Will Fitch) Hi Sara, On Tue, Jan 21, 2014, at 01:26 PM, Sara Golemon wrote: > Something new to argue about: > > https://wiki.php.net/rfc/debug-info This is a really good idea. This will allow customization of the debug info, and reflection to Reflection. That said, how/should this functionality be integrated info Reflection? For example, ReflectionClass::getDebugInfo()? > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >