Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49507 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39855 invoked from network); 25 Aug 2010 12:57:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Aug 2010 12:57:07 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierrick@webstart.fr; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=pierrick@webstart.fr; sender-id=unknown Received-SPF: error (pb1.pair.com: domain webstart.fr from 209.85.161.170 cause and error) X-PHP-List-Original-Sender: pierrick@webstart.fr X-Host-Fingerprint: 209.85.161.170 mail-gx0-f170.google.com Received: from [209.85.161.170] ([209.85.161.170:54076] helo=mail-gx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EA/D6-32120-023157C4 for ; Wed, 25 Aug 2010 08:57:05 -0400 Received: by gxk25 with SMTP id 25so221953gxk.29 for ; Wed, 25 Aug 2010 05:57:01 -0700 (PDT) MIME-Version: 1.0 Received: by 10.90.118.19 with SMTP id q19mr5500352agc.89.1282741013424; Wed, 25 Aug 2010 05:56:53 -0700 (PDT) Received: by 10.90.103.7 with HTTP; Wed, 25 Aug 2010 05:56:53 -0700 (PDT) Date: Wed, 25 Aug 2010 08:56:53 -0400 Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Annotation RFC + Patch From: pierrick@webstart.fr (Pierrick Charron) Hello PHP Internals! Recently a RFC was included on the PHP Wiki[1]. I know there've been a lot of buzz related to PHP 5.4, but this is not the subject of this email. I'm here to propose a new feature in PHP: Annotations. A patch is already available with 54 tests for the moment[2]. I worked together with Guilherme Blanco to make this support happen in a fresh PHP SVN trunk checkout. Please review, comment and provide feedback! I think it's a very useful support and may benefit users a lot. [1] http://wiki.php.net/rfc/annotations [2] http://www.adoy.net/php/Annotations.diff Regards, Pierrick (Sorry if you receive this message twice but it looks like I have problems with the ML)