Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:108908 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 82182 invoked from network); 9 Mar 2020 16:24:51 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 9 Mar 2020 16:24:51 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id C99B0180089 for ; Mon, 9 Mar 2020 07:45: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=-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-f42.google.com (mail-wr1-f42.google.com [209.85.221.42]) (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, 9 Mar 2020 07:45:32 -0700 (PDT) Received: by mail-wr1-f42.google.com with SMTP id v4so11529726wrs.8 for ; Mon, 09 Mar 2020 07:45:32 -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=P+ANoTYTZH66gvH4FFwidODlMmKQNIj8bz5M930PcoI=; b=h2jppAku0Hby2V+dIAYt9oVH43oBnWu99IJKTTa9kXIHjJbxfN4xuOKDF323yDzexs Ihon8+0djgXcc+fTAqc4IeZD6+VcNhScwZKQc6uv2AxgBfzVCKfTYfwv7r3QMArCdiD4 tA6qvhHWsNAz+amPpU/Kz4cjrWFHcuVGx7Jvqs0NQlhkJKj2BvZTnaRrr7l+0leFDhr3 3/guA0XRQw2lLniugi/IrFwAu4jbVTJQIg8uO2/7l3HBcaNOCPP+q2gfn+Vab4IlimXd 9QRx/FePCaw77D+rOf2RdghLTMOhk/Wf1cQacy6O9RKn+Esn/E7gH8ObmqqFryJUgAI+ TW2Q== 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=P+ANoTYTZH66gvH4FFwidODlMmKQNIj8bz5M930PcoI=; b=cnO9zk89kyHyRxD0cUMvGJ0/XpIbPdYWyoTxtxy1+qlRuHINS6bTBVdCLVOAuVhsci eWS5yv+ckMI98ThS9CFR9rUQ/C2FZ45CkjNPpDBKP5PVVJV5PhCzH8hZN4bUQCwHsuZC 87MDsJrKGU92Ppqav+XI024rWedsouepgyuiAbOSA0usSbSCQZPKHfyZu/xJU3uHo0Lj jR0iNHqqw5b7Ke1+k53EW2FZpnp/+LXVIucthRM3IGlNa/n/YZghmaD+AvRFdgH9u55M ZlyAlmXdFY8KMu6KjfoS2A3WBSOX3h2dY+yGWTl2yEYxzq3OiiAh1p3ivD5RnP7uqynU 2ZIQ== X-Gm-Message-State: ANhLgQ0czK9WLEIkivKteZ4eZsKSopAaArkWS7yWE7hLUaXRHlbmyjOj 4p8359USHOLbcco18FtvXXHan4QYJ+5EnBx2WNtgddUX X-Google-Smtp-Source: ADFU+vtWb+hcwsQQeTol9/wSvVtWXOm4PFiutMJm8AomgCzjEwl73x98b2dpdsgAS2olbJx2Lxnl4QtvpCDUz6wZdBQ= X-Received: by 2002:adf:fd92:: with SMTP id d18mr5898500wrr.16.1583765130867; Mon, 09 Mar 2020 07:45:30 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 9 Mar 2020 15:45:19 +0100 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary="000000000000088b5505a06d0e34" Subject: Re: [RFC] Attributes v2 From: kontakt@beberlei.de (Benjamin Eberlei) --000000000000088b5505a06d0e34 Content-Type: text/plain; charset="UTF-8" On Mon, Mar 9, 2020 at 3:42 PM Benjamin Eberlei wrote: > Hi all, > > I want to resurrect Dmitrys Attributes RFC that was rejected for 7.1 in > 2016 with a few changes, incorporating feedback from the mailing list back > then and from talking to previous no voters. > > The RFC is at https://wiki.php.net/rfc/attributes_v2 > > A working patch is at https://github.com/beberlei/php-src/pull/2 though > work around the details is still necessary. > > The RFC contains a section with common criticism and objections to > attributes, and I hope to have collected and responded to a good amount > already from previous discussions. > > There is also a fair amount of implementation detail still up for debate, > which is noted in "Open Issues". I have pre-committed to one approach, but > listed alternatives there. On these issues I am looking for your feedback. > Obviously I am looking for feedback on the whole RFC, not just the open issues :-) > > greetings > Benjamin > --000000000000088b5505a06d0e34--