Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:110223 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 63743 invoked from network); 20 May 2020 22:53:05 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 20 May 2020 22:53:05 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 4CF491804E4 for ; Wed, 20 May 2020 14:31:48 -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-f50.google.com (mail-wr1-f50.google.com [209.85.221.50]) (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 14:31:47 -0700 (PDT) Received: by mail-wr1-f50.google.com with SMTP id e16so4613235wra.7 for ; Wed, 20 May 2020 14:31:47 -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=xVeHUQ8SjUFjCmm6UdtD/LwyrX3PYyb/hO+Oq6oYB4M=; b=06OMCi3pXsEVq5urcOatU2ZCszMDAQl+OgiHNemPpEyvNRnO3IT34aeOkivi1Qs5qC pbfQleenMmxjxSf1ZbsVqMGRtBpd+wyNw27XgAqCZ0e//BsdbvVQ8KBZCwq6nJPb8EEg gHXgYDvVDYXzs33I2vrVUlGxYMb7N29kkHbTKsk4uy8eK40h1Qmkcu7MWH5IW24XIUgg iddqqo1tU50a7GCyiZSl3bm222EiwavbJqpoLSZ+2HXfQsfhlfxdZIrmx4Zw2IOK12qR Bh369a/FoFLA6yz6vVOECnvTNnaKILSLnUmdMUKsWyVHfcC/wmJ5BgrHinZjtn5aqfDM 0MPg== 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=xVeHUQ8SjUFjCmm6UdtD/LwyrX3PYyb/hO+Oq6oYB4M=; b=NiLTR+l0CYwJ8jDBps7Cily+QDYymxHfQpHU9txnexbgCtLbDpjPfETSAhFbwb2kOx mZLe63k2YIHshIveduv9oeYQ0LVilGslGmHFkm9TooODY0QduWBt3h1sLhjt+85/D57h cB12Agon+hu9ixYPVKv3Ib7Vn/ngqR1qZsbKym83HQfWGRK2oYkk630Qp9yIPjf2Xt/m 7+l5qX7rsa1sdp1zXEbHY28BTPPNrguhJGJVO8AM1uhae9WvcOmMyMZgZZjIhjqGfAqs o8zBER4sFnJwUepRxCS1A6Ppq5vp5zWCx2+VV99sVbxOJId2QaISEBs5lPZp9U8lVLYs odSw== X-Gm-Message-State: AOAM532rfRLEc3hn1TcslYltRCrKa7O9ZP/wifuwk8yz07GUq0BOtu9n R68TN/RLD46QiW2TdWrxYZ0OY0xklGDlVNCBrXruCg== X-Google-Smtp-Source: ABdhPJzw6JD8B28X8PTkorObN3lM8T6VpnfxnGMWLL4SBt/TNepaWpaqOdrumVXSB4HkWUFCEhm4wG5IaaJQ/kLjCvs= X-Received: by 2002:a05:6000:110b:: with SMTP id z11mr6074063wrw.16.1590010302912; Wed, 20 May 2020 14:31:42 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Wed, 20 May 2020 23:31:31 +0200 Message-ID: To: Marco Pivetta Cc: PHP Internals Content-Type: multipart/alternative; boundary="0000000000004b73e605a61b1f32" Subject: Re: [PHP-DEV] [RFC] Amendments to Attributes From: kontakt@beberlei.de (Benjamin Eberlei) --0000000000004b73e605a61b1f32 Content-Type: text/plain; charset="UTF-8" On Wed, May 20, 2020 at 7:37 PM Marco Pivetta wrote: > 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? > Martin evaluated the technical requirements in more detail and we discussed with others that the timeframe is probably to short to get all the details fleshed out :-( So we are going to table that for 8.1 > > Marco Pivetta > > http://twitter.com/Ocramius > > http://ocramius.github.com/ > --0000000000004b73e605a61b1f32--