Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:51677 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17682 invoked from network); 13 Mar 2011 21:53:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Mar 2011 21:53:09 -0000 Authentication-Results: pb1.pair.com smtp.mail=colder@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=colder@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 94.103.100.39 as permitted sender) X-PHP-List-Original-Sender: colder@php.net X-Host-Fingerprint: 94.103.100.39 mailer.immomigsa.ch Linux 2.6 Received: from [94.103.100.39] ([94.103.100.39:52610] helo=mailer.immomigsa.ch) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CD/11-11364-4CC3D7D4 for ; Sun, 13 Mar 2011 16:53:08 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by mailer.immomigsa.ch (Postfix) with ESMTP id 7AC8F4B60DFF; Sun, 13 Mar 2011 22:53:05 +0100 (CET) X-Virus-Scanned: amavisd-new at immomigsa.ch Received: from mailer.immomigsa.ch ([127.0.0.1]) by localhost (mailer.immomigsa.ch [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0uH0W6pqbr7u; Sun, 13 Mar 2011 22:53:05 +0100 (CET) Received: from crousti (46-126-188-75.dynamic.hispeed.ch [46.126.188.75]) by mailer.immomigsa.ch (Postfix) with ESMTPSA id E20684B60DFA; Sun, 13 Mar 2011 22:53:03 +0100 (CET) Received: by crousti (sSMTP sendmail emulation); Sun, 13 Mar 2011 22:52:22 +0100 Date: Sun, 13 Mar 2011 22:52:22 +0100 To: Marcelo Gornstein Cc: internals@lists.php.net Message-ID: <20110313215222.GE4446@crousti> References: <20110313213356.GC4446@crousti> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Re: [PHP-DEV] native php annotations From: colder@php.net (Etienne Kneuss) On Mar 13 18:47:38, Marcelo Gornstein wrote: > > it has already been discussed with length. Please take a look at: > > > > http://wiki.php.net/rfc/annotations > Thank you for the link. That is actually pretty much what I intended > to do. The only difference with my own version lies in the possibility > to annotate method parameters (very useful in many cases when using an > IoC/DI container). So that would be my 2 cents there. > > I made the patch because it's a feature I wanted from a long time now, > and didn't find anything done about it. Do you know if this rfc is > going to be approved? The main concern with the proposals above were: 1) the syntax 2) how to represent the data (i.e. objects) 3) if objects, when to instanciate them, when reflecting, once? I don't believe the patch was anywhere near an accepted state back then, sadly. Best, > > Thanks again for your quick reply,