Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:93193 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73229 invoked from network); 11 May 2016 04:46:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 May 2016 04:46:12 -0000 Authentication-Results: pb1.pair.com header.from=pthreads@pthreads.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=pthreads@pthreads.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pthreads.org from 209.85.161.180 cause and error) X-PHP-List-Original-Sender: pthreads@pthreads.org X-Host-Fingerprint: 209.85.161.180 mail-yw0-f180.google.com Received: from [209.85.161.180] ([209.85.161.180:33988] helo=mail-yw0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 16/E1-64493-319B2375 for ; Wed, 11 May 2016 00:46:12 -0400 Received: by mail-yw0-f180.google.com with SMTP id j74so32296637ywg.1 for ; Tue, 10 May 2016 21:46:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pthreads-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=ZqY4Ssr/7tx1HzqhVUVMqIOgvl4H9vBxHfC4EiV758A=; b=uvz1RpQFrEvpYa6QlJnJYDuFoxhlmAveL6BjLzeJBaZe7s6uYhmPa41k94WevdEsbN APP+xQfsJHgjvezs3kMx20Rvd3KK6KsLZINJ4Z9QnO31rDFf36C2bM4p+plmUhnkhoLJ 8ydryfc9s9KOTTJrKgxhjymBvoyo/cV3GgV9cWVwPw8qMfbE0pEzHjnKf+Rr/cSjY45l 7mAqQTsmR2ih6cKYJcsA2EDLXFF0DaRFEZpyfMr4l5lwlkRH1vtxTXKvZoWnz26BOtgQ HWIaG4UODIHAifjh5qLujxnmW/nC/gNiGQdFZp0oZ1Zx/MQUwhUEgljefkbI1hDRmFb1 PjMw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=ZqY4Ssr/7tx1HzqhVUVMqIOgvl4H9vBxHfC4EiV758A=; b=kNN4px6voQ7pWMPSCvfHMEhIkaDPPC/sVzwbauJU8rJIFyXUaARTo47+tx/J+r/2jY eGSxCj7sox2TVxx00edJ+LCkMQiXvzQtZnO9ZDJEpQLMETfSBrgnVba0aVrdMSgRx3a2 2VhiIlqwDy8ypaVfpHP2VrQ+cGwjst+1ebdRf6hF7HcNgfEHRbMz0jfRybpynGKCEPM2 gENYB+2i1914IoXSSR4vWUUH+4Rv6Q4iKD0kCYARF16OnoKZ3Gg5vuWjDoDOuAbFCu4a geKDhj00ZJnCEM7F8p0KDkERSsUjtqtgU37ATGfkIt1k+hPNbgRoA4PpsZaZYtxNgmxH opxg== X-Gm-Message-State: AOPr4FXCDi6EMTEgW+2F+J10V9IvqRLM3SiWK7WESKa7xnbl66Lfeifn5rO0naz6Qt/54nJRS21sutR3vM92gA== MIME-Version: 1.0 X-Received: by 10.37.223.210 with SMTP id w201mr541319ybg.74.1462941969350; Tue, 10 May 2016 21:46:09 -0700 (PDT) Received: by 10.129.109.67 with HTTP; Tue, 10 May 2016 21:46:09 -0700 (PDT) X-Originating-IP: [165.120.173.102] In-Reply-To: <8d5d1c42-832d-4406-6bb5-dbf3fc02c364@telia.com> References: <8d5d1c42-832d-4406-6bb5-dbf3fc02c364@telia.com> Date: Wed, 11 May 2016 05:46:09 +0100 Message-ID: To: =?UTF-8?Q?Bj=C3=B6rn_Larsson?= Cc: Dmitry Stogov , PHP internals Content-Type: multipart/alternative; boundary=94eb2c088c88693ed2053289b802 Subject: Re: [PHP-DEV] [RFC] [VOTE] PHP Attributes From: pthreads@pthreads.org (Joe Watkins) --94eb2c088c88693ed2053289b802 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Morning Dmitry, I'm not really happy with the voting options here. I would not vote in favour of a patch that does not include support for AST, that's a completely different feature. As it is, I have to vote yes in favour of AST, but it may be counted as a vote in favour of attributes without AST ... This doesn't seem right ... I don't want attributes without AST, and there is no voting option to reflect that. Cheers Joe On Tue, May 10, 2016 at 11:09 PM, Bj=C3=B6rn Larsson wrote: > Den 2016-05-11 kl. 00:00, skrev Dmitry Stogov: > >> >> >> On 05/11/2016 12:29 AM, Bj=C3=B6rn Larsson wrote: >> >>> Den 2016-05-10 kl. 20:29, skrev Dmitry Stogov: >>> >>> Hi internals, >>>> >>>> >>>> I've started voting on "PHP Attributes" RFC. >>>> >>>> >>>> https://wiki.php.net/rfc/attributes >>>> >>>> >>>> In my opinion, "PHP Attributes" might be a smart tool for PHP >>>> extension, but it's not going to be the end of the world, if we decide= d to >>>> live with doc-comments only. >>>> >>>> >>>> Thanks. Dmitry. >>>> >>>> Thanks for the good work. Regarding naming, I googled >>> "PHP attributes" vs "PHP annotations" and looking at the >>> result, my view is that that Annotation is a better naming >>> then Attributes. Any hope in changing it? >>> >> >> The more I listen to arguments of adepts of existing PHP annotation >> systems, the more I think, that "PHP attributes" is the right name for t= his >> proposal. >> This feature is not just for PHP annotation systems. >> > > Thats a fair point, so Annotation it's not. Still, when I hear PHP > attributes I associate it with class / function attributes. Maybe > just a question getting used to the naming. Hm, wonder if PHP > directives could have been an option? > > Regards //Bj=C3=B6rn > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --94eb2c088c88693ed2053289b802--