Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78576 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41451 invoked from network); 3 Nov 2014 14:11:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Nov 2014 14:11:33 -0000 Authentication-Results: pb1.pair.com header.from=are.you.winning@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=are.you.winning@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.171 as permitted sender) X-PHP-List-Original-Sender: are.you.winning@gmail.com X-Host-Fingerprint: 209.85.216.171 mail-qc0-f171.google.com Received: from [209.85.216.171] ([209.85.216.171:60811] helo=mail-qc0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 98/54-08476-31D87545 for ; Mon, 03 Nov 2014 09:11:31 -0500 Received: by mail-qc0-f171.google.com with SMTP id m20so9030651qcx.2 for ; Mon, 03 Nov 2014 06:11:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=wm02zD7TNXHma2qTie2pmXvzq7UU/ziqS+QEoZJ0L88=; b=EtNF5P9WKc4hO5zBxfNd++B5G4iC0QlNHKThNaq/JAmHH4LcSKZDI7NwVP8q0Wklf3 FvLxGr8kmsqmOBmq3L8hDYIag8+0hQTqNLC/cuJznH94NEM4RwVKZxbXpECKFEeDX/on /AkPBa5JAE8IepNfyARg4mJvVs0R2hXVgGB18VfwkNI4VURF/PqRKxgnPSmC+KQbr+YM HtZoEHAZugzbgtG7OJSh8p1Ye7n8X0PkJZ5xxVzpmS9oIOMp+gOCpTm5gtSr6FX46iE7 A48vz6lcYBp8LD1TXn8/cj1MfnpGc3SclygWhXVYQNulok0nk91rAxhSykwpy85NB4AV zIIQ== MIME-Version: 1.0 X-Received: by 10.140.101.120 with SMTP id t111mr61903434qge.6.1415023887734; Mon, 03 Nov 2014 06:11:27 -0800 (PST) Sender: are.you.winning@gmail.com Received: by 10.140.239.194 with HTTP; Mon, 3 Nov 2014 06:11:27 -0800 (PST) In-Reply-To: References: Date: Mon, 3 Nov 2014 14:11:27 +0000 X-Google-Sender-Auth: mpp0UwTIGprc06f0KGS9YbpxFqg Message-ID: To: Alex Sky Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a11c15d7e2d5d130506f4ec14 Subject: Re: [PHP-DEV] Annotation PHP 7 From: cw@daverandom.com (Chris Wright) --001a11c15d7e2d5d130506f4ec14 Content-Type: text/plain; charset=UTF-8 On 3 November 2014 13:56, Alex Sky wrote: > Hello! > > There are at least three of the RFC for native work with annotations. > https://wiki.php.net/rfc/reflection_doccomment_annotations > https://wiki.php.net/rfc/annotations-in-docblock > https://wiki.php.net/rfc/annotations > > I would like to know how plans in PHP 7 support annotations in the code? > There are no current concrete plans and currently nothing being seriously discussed (at least, not publicly; I don't know if anyone has anything in pipeline that they haven't announced yet). The three RFCs you linked above are all basically dead. You are of course welcome to put together a proposal and/or start up a discussion on the subject if it is something you would be prepared to put work into. Thanks, Chris --001a11c15d7e2d5d130506f4ec14--