Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14874 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85251 invoked by uid 1010); 12 Feb 2005 16:59:28 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 85229 invoked by uid 1007); 12 Feb 2005 16:59:28 -0000 To: internals@lists.php.net, andi@zend.com (Andi Gutmans) Date: Sat, 12 Feb 2005 17:59:28 +0100 Message-ID: <20050212175928.327d414f@localhost.localdomain> In-Reply-To: <5.1.0.14.2.20050212083433.02de5da0@localhost> References: <5.1.0.14.2.20050211142333.02095c00@localhost> <5.1.0.14.2.20050212083433.02de5da0@localhost> X-Newsreader: Sylpheed-Claws 1.0.0cvs1.1 (GTK+ 2.4.14; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Posted-By: 84.56.15.164 Subject: Re: [PHP-DEV] Autoboxing in php 5.1 From: pierre@dotgeek.org (Pierre-Alain Joye) On Sat, 12 Feb 2005 08:35:09 -0800 andi@zend.com (Andi Gutmans) wrote: > I think the right way to implement this is in a development tools. > There is other data that needs to be gathered for creating a WSDL > file such as URI, authentication (if required) etc. I agree here. However having a: [array|object|whatever] get_doc_blocks(string, type) where type could be file or string (for example coming from reflection). It's not all we need for RPC in general (place your favourite rpc tool here), but should already be helpfull. Regards, --Pierre