Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:110218 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 89295 invoked from network); 20 May 2020 18:58:33 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 20 May 2020 18:58:33 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 8C774180508 for ; Wed, 20 May 2020 10:37:15 -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_H2,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-il1-f178.google.com (mail-il1-f178.google.com [209.85.166.178]) (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 ; Wed, 20 May 2020 10:37:15 -0700 (PDT) Received: by mail-il1-f178.google.com with SMTP id 4so4036857ilg.1 for ; Wed, 20 May 2020 10:37:15 -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=F7Gp9mLOrmEr6DM1ru22KuLVqTLo0cgckSvVqb4VSOE=; b=s6EGqG537+d+JzJz0Ye6Wg7CpNtpdMTPT32AFFEZImpQR9/LEfdLGYsPKKHNfjQ81U eFHdwPO/RPVQDJhIOBl9zalc4nJjPT9C3Ro7WGCc0Wn9vVs1hUTYr69FlNGQPxljuHEH 9yWpBLgYAxzRjCZF+kSHBSIi1+/0bBLcjHD/XScRPNsrNPson9srbs2j5KZbcEuiur3f x0rF68qGw2ZdpYBUpg3178WKmybiCYWl8HGhLR6/I0GTF2nwhRRZmUpzr03FNSj6jNQR W091AJ5D1EzaLD/fZ9adlt/2HVsBRzPuQyOjU/pRgT7GyLukbSmDfUftz1TzeljkvK5K vmwg== 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=F7Gp9mLOrmEr6DM1ru22KuLVqTLo0cgckSvVqb4VSOE=; b=MMwCwoiWZmpH6e4hiFJfQDqtNT3MwdO6eXcL5SWCliQOm1n0qHSG1fvgJX3TWlv/bw BWb4EpWOx0umgkbz5OetKNYKUDm1bW/uuMcpaYpTOgVJlaIsanGWOS8Tv/09wojS12Np XLv1wXfeiBaj7zwLWl/RAgWUCf6o+ZIkKbtYN7mY9SVvYSmADjbEDKep+Yl6Q/fb76M8 ZHUbeXVCbcdi0ABs6BaSsfR4aLyEtmAH49aFUSN9nFCNGebCFXSo/phONodjM4D5wa/S 4lXWhJG2bHMOcNe92W04VwPXNep92SF0KEbgj4ovZ7atZU1DrciTWeozrA8We3YkxjAZ xF/Q== X-Gm-Message-State: AOAM533p5npCLGQ4F2v2Y23DbFAUO064tMBHbgMjDDepZsc9Bvw1lqB+ H0EIKjoI1r0CqvajGRRGHZaOAT2ToeLbqdqEROXy8s/Rrgs= X-Google-Smtp-Source: ABdhPJyGxdAZMmMtFCkYnMntAChDjFWpKLp1WYBLh/qb9xlaRkueYzH2QQUQ7JUOG60UXpBLtkrwiOTRfxDBKAyyBjw= X-Received: by 2002:a92:2ca:: with SMTP id 193mr4572647ilc.35.1589996232127; Wed, 20 May 2020 10:37:12 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Wed, 20 May 2020 19:36:59 +0200 Message-ID: To: Benjamin Eberlei Cc: PHP Internals Content-Type: multipart/alternative; boundary="0000000000009c42a705a617d80e" Subject: Re: [PHP-DEV] [RFC] Amendments to Attributes From: ocramius@gmail.com (Marco Pivetta) --0000000000009c42a705a617d80e Content-Type: text/plain; charset="UTF-8" Hey Benjamin, On Wed, May 20, 2020 at 7:08 PM Benjamin Eberlei wrote: > Hi everyone, > > the Attributes RFC was rather large already, so a few things were left open > or discussions during the vote have made us rethink a things. > > https://wiki.php.net/rfc/attribute_amendments > > These points are handled by the Amendments RFC to Attributes: > > 1. Proposing to add a grouped syntax < > 2. Rename PhpAttribute to Attribute in global namespace (independent of the > namespace RFC) > 3. Add validation of attribute class targets, which internal attributes can > do, but userland can't > 4. Specification if an attribute is repeatable or not on the same > declaration and fail otherwise. > > Each of them is a rather small issue, so I hope its ok to aggregate all > four of them in a single RFC. Please let me know if it's not. > Do you hope to get nested attributes to 8.0, or is it something you'd prefer to happen at a later time? Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ --0000000000009c42a705a617d80e--