Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52442 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3947 invoked from network); 18 May 2011 09:28:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 May 2011 09:28:02 -0000 Authentication-Results: pb1.pair.com header.from=christian.kaps@mohiva.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=christian.kaps@mohiva.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain mohiva.com from 178.63.228.54 cause and error) X-PHP-List-Original-Sender: christian.kaps@mohiva.com X-Host-Fingerprint: 178.63.228.54 elvis.mohiva.com Linux 2.6 Received: from [178.63.228.54] ([178.63.228.54:55354] helo=elvis.mohiva.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FA/51-30014-02193DD4 for ; Wed, 18 May 2011 05:28:01 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by elvis.mohiva.com (Postfix) with ESMTP id 20D351D2483D for ; Wed, 18 May 2011 11:27:57 +0200 (CEST) X-Virus-Scanned: amavisd-new at mohiva.com Received: from elvis.mohiva.com ([127.0.0.1]) by localhost (elvis.mohiva.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id r9LLqa-niwEa for ; Wed, 18 May 2011 11:27:55 +0200 (CEST) Received: from elvis.mohiva.com (elvis.mohiva.com [178.63.228.54]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: christian.kaps@mohiva.com) by elvis.mohiva.com (Postfix) with ESMTPSA id 342781D2483C for ; Wed, 18 May 2011 11:27:55 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 18 May 2011 11:27:54 +0200 To: Message-ID: <82353c418e1bcf9d44aedc0886100f36@mohiva.com> X-Sender: christian.kaps@mohiva.com User-Agent: Roundcube Webmail/0.5.2 Subject: Full namespace support for the Reflection API From: christian.kaps@mohiva.com (Christian Kaps) Hi, are they any plans to add full namespace support for the Reflection API in PHP 5.4. Until now there is only rudimentary support implemented. There would be a great benefit for userland annotation parsers, because it could access the use statements to get the FQN for an annotation. I think there are many other use cases for such feature. Maybe someone can help my to write an RFC, because My English isn't the best. Best regards, Christian