Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89382 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16273 invoked from network); 24 Nov 2015 16:30:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Nov 2015 16:30:47 -0000 Authentication-Results: pb1.pair.com smtp.mail=pedronaroga@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pedronaroga@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.181 as permitted sender) X-PHP-List-Original-Sender: pedronaroga@gmail.com X-Host-Fingerprint: 209.85.160.181 mail-yk0-f181.google.com Received: from [209.85.160.181] ([209.85.160.181:34383] helo=mail-yk0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 81/C8-57156-5B094565 for ; Tue, 24 Nov 2015 11:30:46 -0500 Received: by ykfs79 with SMTP id s79so24871141ykf.1 for ; Tue, 24 Nov 2015 08:30:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Kx3rQ2bKuuD/c8I/wOBpMwKukH+8oExd7pgQmvbkQgQ=; b=ozSNYu1rcioGZi/bPSlEugk0oPCsLpMht4sQy1va5MFOWxALe5W+aWVQ6POS/epyPf dBpep+QmpZvuhuLXA6nwC2XPo4rRekeOjyaNjseRfbKfYdSmuNcsIMVYyvU4Fxv1XHva 8AEdpbv90u2/lOISRpgFHUBZIUIZofCXVEnXEp1msV1vr1JdBBUFCKLtGIBi4fXTWTpW /29jxTESpXd/SraHn89zNhmlcWKrsyOrFq64lKg9wQHbFTTkfBe+N551rxyplcul/GE9 4im+pGLhR49dNy1VU83tnWzIiayZZow669q+eczUoeEPL3dz5eEPdgYESd5piDKv/JmI YQfg== MIME-Version: 1.0 X-Received: by 10.13.215.203 with SMTP id z194mr4349819ywd.304.1448382642028; Tue, 24 Nov 2015 08:30:42 -0800 (PST) Received: by 10.37.202.9 with HTTP; Tue, 24 Nov 2015 08:30:41 -0800 (PST) Date: Tue, 24 Nov 2015 14:30:41 -0200 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary=94eb2c075540e086bb05254bdcb8 Subject: Native Annotation Syntax From: pedronaroga@gmail.com (Pedro Cordeiro) --94eb2c075540e086bb05254bdcb8 Content-Type: text/plain; charset=UTF-8 Hello. I'd been reading some old RFCs recently, and I found two RFCs on the subject of annotations, both by Guilherme Blanco. The first one, which proposed a native syntax for annotations, is marked as 'declined', and I couldn't find a discussion for it anywhere. The second one, which proposes retrieving annotation from DocBlocks through reflection is 'inactive', with no further explanation. I'd really like to see native annotation support for PHP that doesn't live in comments. Is there a reason those RFCs were dropped, or was it just lack of interest? - Pedro. --94eb2c075540e086bb05254bdcb8--