Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64622 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9018 invoked from network); 7 Jan 2013 04:51:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Jan 2013 04:51:13 -0000 Authentication-Results: pb1.pair.com header.from=pierrick@webstart.fr; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=pierrick@webstart.fr; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain webstart.fr from 74.125.82.43 cause and error) X-PHP-List-Original-Sender: pierrick@webstart.fr X-Host-Fingerprint: 74.125.82.43 mail-wg0-f43.google.com Received: from [74.125.82.43] ([74.125.82.43:48764] helo=mail-wg0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 62/54-12349-F345AE05 for ; Sun, 06 Jan 2013 23:51:12 -0500 Received: by mail-wg0-f43.google.com with SMTP id e12so8990085wge.34 for ; Sun, 06 Jan 2013 20:51:08 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=s0INKs0GaUg8Kvd8zQOh2MAXQTnzQXTeVtSO/HQ3v/k=; b=G8WPD0TyvA2O1L5yZVps+jIhUO/OqJbxwfxojgnmKK+R5dWkWJBENOWO3vY/FDK2w0 JAn+JQ/H3emaf1tDQ+ZPHZlKboKadh8CpuhZGTiCOSpq3/QD/5TT4XLfiwLaqaspkaDf aDyKqvtq8nPDTZcKwsFp0e2JRmCRs3OJzEp7nZK/R1OKuIi6F/+Vp6DFKdaNSA0mmWvD WFGmx9uG7JQ49l3UKVMmjdSGjNGuEGGgvygHMW9T9vDBF7nmM68gvdZit28+2dVCgZq3 8PN/0arRqeDcq+ljYrlL/JskBzB2R+7/DgWEqtYmQ/Q9/LD+Wr+xj3iE8ivRNhNJ9zPA qecg== MIME-Version: 1.0 Received: by 10.180.87.102 with SMTP id w6mr7028205wiz.19.1357534268556; Sun, 06 Jan 2013 20:51:08 -0800 (PST) Received: by 10.180.98.226 with HTTP; Sun, 6 Jan 2013 20:51:08 -0800 (PST) In-Reply-To: References: Date: Sun, 6 Jan 2013 23:51:08 -0500 Message-ID: To: Yahav Gindi Bar Cc: PHP internals Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQlQ/Lzt3XTj8h7x4cTzNpJIcExmkS+aD4l7Y1p/GOdUJon3nclzfL8+Ko6LwNI+NwgQ/Bds Subject: Re: [PHP-DEV] [RFC] Reflection annotations reader From: pierrick@webstart.fr (Pierrick Charron) There is already a similar RFC here :) Maybe it could be good to start from this one so that we don't have any duplicated RFC ? https://wiki.php.net/rfc/annotations-in-docblock Pierrick On 6 January 2013 16:58, Yahav Gindi Bar wrote: > 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.