Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:110700 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 11185 invoked from network); 22 Jun 2020 20:02:58 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 22 Jun 2020 20:02:58 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id B8CDF18054B for ; Mon, 22 Jun 2020 11:49:55 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2, SPF_HELO_NONE,SPF_NONE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-wr1-f51.google.com (mail-wr1-f51.google.com [209.85.221.51]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Mon, 22 Jun 2020 11:49:54 -0700 (PDT) Received: by mail-wr1-f51.google.com with SMTP id l10so17763701wrr.10 for ; Mon, 22 Jun 2020 11:49:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=beberlei-de.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=FVPjf4i/XeLne1d8kYX9GeQJPOumNkhwQn4WElBuno4=; b=EGSBZZ+Hi7N73j0+XLZwBYg+J3/B0jJomhr/s2cH+42excoB7FRwSOr6Imc0OnsPnZ 9QT9T0U2pdxczqCUUgaG5lzwLpwv8rmCUZ5GdfuGKy1dE0EQlpP2yPfU/W01B2vA75Y8 NBPtxS429ZCCKHi1n2QhVtIQiv1cdMA2EzWfoa/Tyq5CXgi8q5HHFplQU/4PYCrm/ARF zTZXhZqharr7geFTP8D47+bqIqs1R27orKo3IcLDgDxrSmXr8016Hrl5MUhDa486IGE5 bYHIX9n7RsoWbEs7HR8xThaSR/DpA4M8ZAT9aHZJeXboHZ1F9ij9KMqODfY0iaUPu4Y0 PEug== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=FVPjf4i/XeLne1d8kYX9GeQJPOumNkhwQn4WElBuno4=; b=fR2qe4h56j4UYemR+6GWyVZz9lruEORcdcpXIEedWyi1QKkMbyp8ERD35UCuU6hOY8 vJBPCcO83BtcF3Ekxn/ebD9Jl6E8ixj+HBPYYrA9uumkx7YaSyAlTfakiroFQHHShq1J i4ibmYudIkcoTnJ54eUv9l3ZxgII+AHlhYkD90obhGL3jTUg6Lk6KnApVfdWfeJPVuYZ R2HjUaydPLQx+4ifzy7fdmKxPUBBejKV0lKqlSpEo+BANmLe9aHjgXfHce7D1/s4EvCM C6fl5Un2M9ERMSnIX8XK/dfq8f1y1A6YoodLl6Zc/Jqa7RdebPkWQzNpOF6PKtR4DoxS 0oow== X-Gm-Message-State: AOAM530i7hkOXqAX9FiTze47g41Zrgz81gtOktEZ2C6gPHwZYP1tGOm2 ym1kSyD4MFL/Zx07zre2TeHzQuygLJMHuApjTwzP3w== X-Google-Smtp-Source: ABdhPJzpSv8SQXTYFY8eYwW5to+H4REtPLgoH6iVNI1NPEq2uDsLht7CbSm1HbW2SBczvomLi4YtR1OGFl3IbgQHSkk= X-Received: by 2002:adf:e40e:: with SMTP id g14mr1080407wrm.271.1592851792432; Mon, 22 Jun 2020 11:49:52 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 22 Jun 2020 20:49:41 +0200 Message-ID: To: David Rodrigues Cc: PHP Internals Content-Type: multipart/alternative; boundary="00000000000044a67905a8b0b59d" Subject: Re: [PHP-DEV] Re: [VOTE] Attribute Amendments From: kontakt@beberlei.de (Benjamin Eberlei) --00000000000044a67905a8b0b59d Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Mon, Jun 22, 2020 at 6:57 PM David Rodrigues wrote: > I like to suggest that, by default, attributes could be repeatable, so we > can disable this instead (eg. "@@ Attribute(self::IS_UNIQUE)"). > > during research we found that most of the attributes really have to be unique, and only a small number is usually repeatable. So making them unique by default and only repeatable on request is the better approach. > > Atenciosamente, > David Rodrigues > > > Em seg., 22 de jun. de 2020 =C3=A0s 13:38, Benjamin Eberlei < > kontakt@beberlei.de> escreveu: > >> Hello, >> >> The voting period is over and all four votes have been accepted: >> >> - Rename PhpAttribute to Attribute >> - Allow grouped syntax (though this will probably be obsolete looking at >> @@ >> syntax currently winning the re-vote) >> - Attribute targets >> - Attribute repeatability >> >> Thank you everyone! >> >> On Mon, Jun 8, 2020 at 10:12 AM Benjamin Eberlei >> wrote: >> >> > Hello internals, >> > >> > I have opened voting for four different amendments to the Attributes R= FC >> > >> > https://wiki.php.net/rfc/attribute_amendments >> > >> > The voting period ends at 2020-06-22 8:00 UTC. >> > >> > greetings >> > Benjamin >> > >> > --00000000000044a67905a8b0b59d--