Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:115068 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 46130 invoked from network); 23 Jun 2021 14:51:23 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 23 Jun 2021 14:51:23 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 727711804D9 for ; Wed, 23 Jun 2021 08:09: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=-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-Virus: No X-Envelope-From: Received: from mail-oi1-f177.google.com (mail-oi1-f177.google.com [209.85.167.177]) (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, 23 Jun 2021 08:09:55 -0700 (PDT) Received: by mail-oi1-f177.google.com with SMTP id x196so3652813oif.10 for ; Wed, 23 Jun 2021 08:09:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=u6Nz0jScJDNbNuWwsw8HEaG51DfnRt36vSdqhnMcMJ8=; b=AC7dzPYsXKdxt6jlDlou8vKIwtWlqus4HpNIZ6anbzUzkEuIFVsZF/d0RA87UyxrpK nQx9wN2R7YVVEZmJ/WEK2/zGJA7xSIeoYEiMiEnR2PwAk2fplf+oieO8pyX8RklgSgea c7gTot48V/0vLb/+c1BdGtEDE0T9PVa2a8iaaOuLYaKc7yFAO/TpEU7JgcfwG6dVIJtr hCXqbbaQoQKYybzO4PWrhjXk6lFyTOliIG6cBjUs5SIUL0Ij7oHiN5hA3A7XYeT3n1Tx gYLfbGiHzLoR/t9H3Xhc6wSM+qAIo451YKkGQEScB4vcLf4XQn7akhGu5ggOtZaRGnkf CDNQ== 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=u6Nz0jScJDNbNuWwsw8HEaG51DfnRt36vSdqhnMcMJ8=; b=fRXMqvC6Epd+YW4AOlb4WEZ4epOVun8M+qw3iznhhHPToKQhz59FJx9uLMv8SAEG3E h7y3Qxi4fgqPFbfLbLxmbqOzK+FSTDAaFiVm9EapEkiuYWrrOzujcdjK32m1U+89U6Qb YKkzLcwgr5Qg+KN5rQ6w9+fQbw3UYajSex7LH57nxjMYKYpwU+Gb4q7fwL2mrW9eWADI 8hI87/TllaZ+V7JW8brYptxkcF7X4QvhJBIh0vuQtM1KDOXFeYg3q3at/RFT/4+m2vXG usqC2QZ/fI7/cjn5bfklVyZCWNF4UQY+1GfK2pFJlsi0wcc54IEANvjrGsoJ06/GmY92 l7LA== X-Gm-Message-State: AOAM5325a81poRu42oyQZRTqi/JdfQO4cCh8cY2slQ0z/LZIKfcUk2hj 8oHiZodCIfIPQEiYpI9rdT2zV6veFU7PvOoYzrm8uc/1wEe8/LR/ X-Google-Smtp-Source: ABdhPJxa1kEKYz2Eto7yGRAaPcxGplSG4fmpZLeFWHHGtIUeqZeEU5gUs3py/H3VmfsxadsKD7IFw8DqqO0owdJiJyg= X-Received: by 2002:a05:6808:8b:: with SMTP id s11mr3591228oic.143.1624460991868; Wed, 23 Jun 2021 08:09:51 -0700 (PDT) MIME-Version: 1.0 Date: Wed, 23 Jun 2021 17:09:41 +0200 Message-ID: To: PHP Internals List Content-Type: multipart/alternative; boundary="0000000000005f315305c5704c39" Subject: [Vote] make Reflection*#setAccessible() no-op From: ocramius@gmail.com (Marco Pivetta) --0000000000005f315305c5704c39 Content-Type: text/plain; charset="UTF-8" Hey folks, I'm opening the vote for making `Reflection*#setAccessible()`. Voting starts today (2021-06-23) and ends in 14 days (2021-07-07). Vote at https://wiki.php.net/rfc/make-reflection-setaccessible-no-op Discussion: https://marc.info/?l=php-internals&m=162360269505048&w=2 Discussion^2: https://externals.io/message/114841 Meanwhile, if anybody knows why the RFC isn't listed on `/rfc`, lemme know :D Greets, Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ --0000000000005f315305c5704c39--