Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64609 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62273 invoked from network); 6 Jan 2013 21:59:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Jan 2013 21:59:22 -0000 Authentication-Results: pb1.pair.com header.from=g.b.yahav@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=g.b.yahav@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.181 as permitted sender) X-PHP-List-Original-Sender: g.b.yahav@gmail.com X-Host-Fingerprint: 209.85.214.181 mail-ob0-f181.google.com Received: from [209.85.214.181] ([209.85.214.181:52978] helo=mail-ob0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7D/48-04877-8B3F9E05 for ; Sun, 06 Jan 2013 16:59:21 -0500 Received: by mail-ob0-f181.google.com with SMTP id oi10so16568960obb.26 for ; Sun, 06 Jan 2013 13:59:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=RjYCJnKTgV9WxN3vDZjmNJr6rxAter/Jtbge3K2JjE0=; b=YClXDacnx/72aW7CfOWy+XLgVdkiQEXBe6bvkpPs5YsP4uHPbqSbMTz7uBXVgRhWu6 2kd8/H+sHretbfafGzd6mwBPMdEuVbLWXN5R0SNbcvHm2jKF6T1aaXOmWzNFHZmt1PqL bSODmt/XY+Fh+PB3ZFp7YM8Ri0+6Z+9zSAHrE6QA/Bw4qzqq6Rn79knkGSJIh9RxR3Uq VGZtNrtGuDtecfXeoeWSqbM6DhtWRhdHTH4/BsnBXDOkF9M66dERGH8f35UlxvhMZkrL aDXcHp98XEp9leYHIzy2Zf87us67sXEpYQvoib6cAips8JSy4vzx3iwMKrUEXiIooYV0 l7Mg== Received: by 10.60.169.18 with SMTP id aa18mr33609912oec.13.1357509557689; Sun, 06 Jan 2013 13:59:17 -0800 (PST) MIME-Version: 1.0 Received: by 10.76.151.4 with HTTP; Sun, 6 Jan 2013 13:58:57 -0800 (PST) Date: Sun, 6 Jan 2013 23:58:57 +0200 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary=bcaec54b4a56f71e3904d2a5d2a7 Subject: [PHP-DEV] [RFC] Reflection annotations reader From: g.b.yahav@gmail.com (Yahav Gindi Bar) --bcaec54b4a56f71e3904d2a5d2a7 Content-Type: text/plain; charset=ISO-8859-1 Hi internals! In one of the discussions (about the "deprecated" keyword, to be specific), it was been said that adding ability to read doc-comment annotation could be handy. Personally, I really think it can be great. So, I've created an RFC that propose to improve the Reflection extension by adding the ability to read annotations decorated in the doc-comment. https://wiki.php.net/rfc/reflection_doccomment_annotations What is your opinion about this? Regards, Yahav. --bcaec54b4a56f71e3904d2a5d2a7--