Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:110698 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 95433 invoked from network); 22 Jun 2020 17:51:27 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 22 Jun 2020 17:51:27 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 482A418050B for ; Mon, 22 Jun 2020 09:38:24 -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-wm1-f46.google.com (mail-wm1-f46.google.com [209.85.128.46]) (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:38:22 -0700 (PDT) Received: by mail-wm1-f46.google.com with SMTP id y20so211961wmi.2 for ; Mon, 22 Jun 2020 09:38:22 -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; bh=WJEuUlLELZzXIyN97vPmoLIuCIlia8XZrrNYppqhxaI=; b=PyXF6/Id03GN+95Brz/Oy8h7GMmpjwT92bmaf982k2xU9KwtcbDO9x17NjYkCsBnYc jAPrXtpSX7FMttIzHx8FkbEFE3Ea74BOB8fRfzdzoAkwUCCAFso23qwoScdI8pLRcVF5 TBdcHhmw88taEbBRMFs3fRlQi3hj6TpQO2XahMfxFBpLc1fS4QECydx0C4XXIGkHr1ZZ fmZGiSwT2mqYUGI3uPktghEDldLg6SAUZGGxiZ9Wc2GUSp1YXEwwhI3QiC/CVy7mjzkO Euwpfmja/sZJZCwhv/v6fLRxJTNRG6cUwvCOInuq18s+lFAIrQMiHof4jJdGuLcKWG9F +ajA== 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; bh=WJEuUlLELZzXIyN97vPmoLIuCIlia8XZrrNYppqhxaI=; b=uBuUtcVgb26SQhYSk8ohctY8QjgYsxRHWn68CDkStGTAWIGQSwmtNdniS0HWhiJK4b fgSMK5jvUtwyuYd4KOv5QiH5SyzsxcgsdSfIg1MmuTNVbERrrUZ7mn9YsnQg/xVOkKf1 9lcfyTjT/Ewu4cRe+127xKNGGFoQX/oJX9ddT7bW/wTQFVKG7Ijq/rpP3tZh7hg1IoE7 1v067qHRnR4CJvbwHJlEb+Ast173c5Ns9KlO3/6eH2ODGLGT5Ms3RBXQwzy02+xXFtoy uYRH4/lVpAigVmFbMRkfuBK1f/VAjVEh/V12hvwhybUP2UOimEqeacyhuk7ffjMfnkap xG4Q== X-Gm-Message-State: AOAM532M+PLWjk9WK09+1ugxbhxzUmYNwEieJ+SE6hdEuSN+h9YOcu55 5fLOT3KptUVaxNw3KubmFH2bJZ/jta4xF2Z2NhvupyS7 X-Google-Smtp-Source: ABdhPJyjsgfUc9+HEZ0WmhLX4owYrqT5nXzL3oLEy9Rbrwq4iG1jE6jcUTq6ULWpBShrtj1rs5FFT8UYwCw/mdsqtWo= X-Received: by 2002:a1c:7f81:: with SMTP id a123mr19434699wmd.107.1592843899082; Mon, 22 Jun 2020 09:38:19 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 22 Jun 2020 18:38:07 +0200 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary="000000000000c9ab6005a8aedea1" Subject: Re: [VOTE] Attribute Amendments From: kontakt@beberlei.de (Benjamin Eberlei) --000000000000c9ab6005a8aedea1 Content-Type: text/plain; charset="UTF-8" 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 RFC > > https://wiki.php.net/rfc/attribute_amendments > > The voting period ends at 2020-06-22 8:00 UTC. > > greetings > Benjamin > --000000000000c9ab6005a8aedea1--