Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:108907 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 80628 invoked from network); 9 Mar 2020 16:22:15 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 9 Mar 2020 16:22:15 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 0F93C180089 for ; Mon, 9 Mar 2020 07:42:55 -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=-0.5 required=5.0 tests=BAYES_05,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-f53.google.com (mail-wr1-f53.google.com [209.85.221.53]) (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:42:53 -0700 (PDT) Received: by mail-wr1-f53.google.com with SMTP id m9so2508404wro.12 for ; Mon, 09 Mar 2020 07:42:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=beberlei-de.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=vi2R8jm85PVMU8gkuTwUoxfbeTBWABDh8kg6ybyKEwI=; b=DKn6um8GFag1diw5cRJrPDXsrp3ycnqQfHSDHEONGnXvXcoOYg40InYEvdbgE8jTO8 Va69ul8nbNIK+3vZJuCoL4Gfho+UtNZoSSp9nG2eeqwvBSBXVklTNDLmGZce8/5+MPYk lMcfHx9j3sq0C/Wh6jX1o+c4zvWYzKZIqq/xGJ5gMPFAKZ5yzMCTZaV7dg/kdmF7ykxW 7ruiNeQJZm5EiLEjnK2xAuLKIAl3zSkJk3mjCj2jSS8jb9SbhKV43em2Xo878ImMc9Js kT+lenb9ufKhX/O35Zit85BRRKg3Vaf+tTwi9j82LcrS87q4VLmpC8WcOiIc2m0xkioP GCvA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=vi2R8jm85PVMU8gkuTwUoxfbeTBWABDh8kg6ybyKEwI=; b=NoCDfDXMkD/v3nBfgm5R+NezXIt7OSW7GuM0dl9IYe/XU/VH75VhxKEcZ6gWKNYRsn UoOces066hLpEOBG0Tr3QN+2fuM6UNi+R40CGAn+3SEwZ+DWAUbuI3DGL/4KLtLCGVdf CcitPm0rMXUtQI5uTQb4orFtq5YnzEFA5wm6+HB7QiKZMsYr+i/56r/FTmtwPIBpnfay ZEgWSUVz8BjGk4Q/JIAEsltdZ/7ZwsRfS8gMn6dTltYVSWsmaHzxgoliStoBWrWpwH84 AJn2tqdJ3c7tanJ01k60b5EMKx7jIAwfa6X/sZW1BJebIF+yL158qyz3azUae+k9H/VJ vzlQ== X-Gm-Message-State: ANhLgQ0vQYJ2fow9vW8pTCOMmruFDOCnXEO83aYq01LeGtAUfC+Wkss1 7I+4f8rfWv+98On6XBsXd7COyE44MPfMaT7wcRHsuACphvc= X-Google-Smtp-Source: ADFU+vsRJpA520iopQjMqvt58Fj9eOONDIC6WhGxG+hE3AWSPCtChHtzQNyvktnC28li3wLG03S9PpbGbaZn7I14sWY= X-Received: by 2002:adf:e40b:: with SMTP id g11mr14993020wrm.39.1583764965544; Mon, 09 Mar 2020 07:42:45 -0700 (PDT) MIME-Version: 1.0 Date: Mon, 9 Mar 2020 15:42:33 +0100 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary="0000000000002df16305a06d04d8" Subject: [RFC] Attributes v2 From: kontakt@beberlei.de (Benjamin Eberlei) --0000000000002df16305a06d04d8 Content-Type: text/plain; charset="UTF-8" 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. greetings Benjamin --0000000000002df16305a06d04d8--