Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:51676 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16134 invoked from network); 13 Mar 2011 21:47:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Mar 2011 21:47:41 -0000 Authentication-Results: pb1.pair.com smtp.mail=marcelog@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=marcelog@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: marcelog@gmail.com X-Host-Fingerprint: 209.85.216.170 mail-qy0-f170.google.com Received: from [209.85.216.170] ([209.85.216.170:60694] helo=mail-qy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6F/C0-11364-D7B3D7D4 for ; Sun, 13 Mar 2011 16:47:41 -0500 Received: by qyk32 with SMTP id 32so802597qyk.8 for ; Sun, 13 Mar 2011 14:47:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=iuJbTubaeGPkDOa58zXThXTPDTQADqr4XZfXNbg/bdg=; b=W1ge6HSw3KWVH4Su4fLWLCN94OPNe1b57KR5K6porwmP8LguIUprUW0KD8RVL2PNHE 51L9e0ypXhDVDBu7OUFmDmCSHzPyEnKYyv+g7IqbGZKbnhmbnAaS3ZZz525bFLcpjQUa kzbY59VVoKpqw/VwuT1sAXUV2eahHxh4yjOFI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=nG3sUsHR4i/F6Yp6jxHLyLyvgMmalf3wfb8rIE0WaQMKjPaYvqVkNIG1WB3psy02fA IJ+Nne++nwXNqw9Lg7sUwRxtvIbcYChZKmtsfuCzRt/felcq03x0MlWWZ1cR4KAqRfCA kO8WvMOlYBuMARXc6pJ+MGlxebo61ELpdhT90= MIME-Version: 1.0 Received: by 10.229.127.88 with SMTP id f24mr9513405qcs.186.1300052858574; Sun, 13 Mar 2011 14:47:38 -0700 (PDT) Received: by 10.229.228.13 with HTTP; Sun, 13 Mar 2011 14:47:38 -0700 (PDT) In-Reply-To: <20110313213356.GC4446@crousti> References: <20110313213356.GC4446@crousti> Date: Sun, 13 Mar 2011 18:47:38 -0300 Message-ID: To: Etienne Kneuss Cc: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] native php annotations From: marcelog@gmail.com (Marcelo Gornstein) > 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? Thanks again for your quick reply,