Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:110699 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 98768 invoked from network); 22 Jun 2020 18:10:34 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 22 Jun 2020 18:10:34 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id B55AB180568 for ; Mon, 22 Jun 2020 09:57:32 -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=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE, SPF_PASS 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-ot1-f45.google.com (mail-ot1-f45.google.com [209.85.210.45]) (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 09:57:32 -0700 (PDT) Received: by mail-ot1-f45.google.com with SMTP id e5so13590839ote.11 for ; Mon, 22 Jun 2020 09:57:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=BIT4hSsvmPZtpqsKlS38+J5S28F+x6wJa6+MVTUHros=; b=ANkflGacl2Ms8W+oZqdYQixC8rdSppgrn04S2nHnJ5Q3HWPF6dCdjV/G8OSq6xmsHR 1BDAw6NaH9ni5Kb/G/T6O9FtvDBOAwEruZiCOSUk/n/xjAxs5rG7Zu4KG0/o06EZt3yw lMZvvK0ebKFDHEq0DdBRa8GN6AhwqDDmkDJnwlD2nyq0XKiuzPutSzLjC6HTz3/AzKf6 aqw8qV+qpXTM5zj4P2z3DD7cNE+JF2khoZUT0nisvJlKJGo8d/BoO4FquAWkm23AY3qI bI/snDAQj4bNQHAZQaTn4eopl6Dybyw+Hv9SaqbdbAizB0cI+TShEmJtxP9OzxJz3MKp Raaw== 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=BIT4hSsvmPZtpqsKlS38+J5S28F+x6wJa6+MVTUHros=; b=Pm7XFCX77SbFS7JYlmWJ0cQ5HJ8o2rIlAHme0Tn08nWEQQjnQm04fVtRSrTmWd7MPj JGL8UojGq9z8IMkgN+JGEc6BC81deSQMf09K9qAETjdbx3lgPeJppfdLAjm/dUZuLsHB BiuRBDK4X9TuYK2Bbio3I2gA4JDo7kWkijQ1kLgVW9oLVaqx+1dvDZXqzExi7MZt9G8i sVuDlAVPZ4QfM6LVLBjn4QKcIYFsYkHlyX3kb6fjeXRdjjtjkY9HoeP3Ew1eI24CLzig 1PGLdMd9VXnhL+7+IP3btVn+nb9RTNWtf4xkunwxBN8f6Cx4/erytdF1baUs1izJiC+M mpww== X-Gm-Message-State: AOAM532PD75vzVwtUTXCGXnHRx4UB3LffIHF7N28z9EKQi2VhnUzTdSX /sKC6JbdxtQ5kFs1bkmsYs8wpLWD1Wk4guuY+bUXkHaJ8A4= X-Google-Smtp-Source: ABdhPJzn+ul+ojSqqEkx+gbb3BXgAFCQ/5Mxok7qeGXj/vgwOsJsSfk0t62ZutR/OoUy2STN0bgt1xfVY8QByQPR4zQ= X-Received: by 2002:a9d:38a:: with SMTP id f10mr15580713otf.230.1592845048456; Mon, 22 Jun 2020 09:57:28 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 22 Jun 2020 13:57:15 -0300 Message-ID: To: Benjamin Eberlei Cc: PHP Internals Content-Type: multipart/alternative; boundary="0000000000004ba87a05a8af23bc" Subject: Re: [PHP-DEV] Re: [VOTE] Attribute Amendments From: david.proweb@gmail.com (David Rodrigues) --0000000000004ba87a05a8af23bc Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable I like to suggest that, by default, attributes could be repeatable, so we can disable this instead (eg. "@@ Attribute(self::IS_UNIQUE)"). Atenciosamente, David Rodrigues Em seg., 22 de jun. de 2020 =C3=A0s 13:38, Benjamin Eberlei 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 RF= C > > > > https://wiki.php.net/rfc/attribute_amendments > > > > The voting period ends at 2020-06-22 8:00 UTC. > > > > greetings > > Benjamin > > > --0000000000004ba87a05a8af23bc--