Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:115070 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 51829 invoked from network); 23 Jun 2021 15:36:03 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 23 Jun 2021 15:36:03 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id D07131804CC for ; Wed, 23 Jun 2021 08:54:35 -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_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-ot1-f51.google.com (mail-ot1-f51.google.com [209.85.210.51]) (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:54:35 -0700 (PDT) Received: by mail-ot1-f51.google.com with SMTP id m6-20020a9d1d060000b029044e2d8e855eso429907otm.8 for ; Wed, 23 Jun 2021 08:54:35 -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=OtTd7+MZOXI8q+H8c952qchSdZHT8hMuKPecJ2QqB+I=; b=Yd38oPEsN6ZpCAc5CXZAKDJiZflF75HcZTKAPtdxEQbRBWjyOgdLHmxDli4GJVaOPx wlh41r77y2/7nr3w0LjSfwWJRbrJFnwTRf0m82IYIlPc4mXaGBBoMjBXy/0IQIg9ueIH ET7XYdbQ481qLUJtvqml1MhoaItH7WQOos96HpaJvNBcvCk5Rkkh0VUUWGgM7IGrXjvu m+gXeL53wtfOdCMQqHktDs442nU3vseKlfJRBr3N/Uyet63l7stoVLT8GWHls0ex0ph8 Wot/nslkBpZmQ4gHX7OEAhjcHOIqc5VuTXYj0chTrpHwY792Fh1DsrufPWGJjiS/xM0G asnA== 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=OtTd7+MZOXI8q+H8c952qchSdZHT8hMuKPecJ2QqB+I=; b=DEdShyeZQlMKZITLJK3GjmdlOXjzAx28GUucL3MAfghUXH1MzVKYjrpTlqgNrXq1jZ 2tzKF+ny3oTgCW7GYF1lq505VvS+I1P4h5qEfU/G5A9rDPyWYuiidOxqQKpYmEcYq/hc rDHHQ+/i1CXBy4tDp6ygUaXASXOEDqbbVkNdyKm0GeTTpv/kIz4yAk5IwYFj2gFFrniQ 6CpCJm6UqkfhzMz5P6tGBTySzagUOOz5YEUnD6Lh0Y+f6ksETLRbU0GE44rCuk3TrvEJ hS1bfNE36q7ofZ4VSzgo5XnaVJZ+Zr13kgbLfoUrNxh9shbSkdKx0zkyzjJ4ImZtfxJj H/7g== X-Gm-Message-State: AOAM533AXBxSBFIBTyN5EuncoseglxnBLg9qARmFpcBnnZGYVr+DfIoz 5C7IAfpvygntcK8I7FjdaOjcS91RUBuCgcj2g7w= X-Google-Smtp-Source: ABdhPJxyVI5uAqsbcz8qd08GzDSXEQaLHPPDUMKbqRiqezyA2iBK7iJ35vjh09BdqOt2RyVwIJ/kTFBsk9DVYD3625U= X-Received: by 2002:a05:6830:90c:: with SMTP id v12mr499847ott.7.1624463672439; Wed, 23 Jun 2021 08:54:32 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Wed, 23 Jun 2021 17:54:21 +0200 Message-ID: To: Guilliam Xavier Cc: PHP Internals List Content-Type: multipart/alternative; boundary="00000000000025769505c570ec4a" Subject: Re: [PHP-DEV] [Vote] make Reflection*#setAccessible() no-op From: ocramius@gmail.com (Marco Pivetta) --00000000000025769505c570ec4a Content-Type: text/plain; charset="UTF-8" On Wed, Jun 23, 2021 at 5:49 PM Guilliam Xavier wrote: > > Meanwhile, if anybody knows why the RFC isn't listed on `/rfc`, lemme know >> :D >> > > You have to add it manually, cf https://wiki.php.net/rfc/howto 3.4 > (yeah...) > Excellent, thanks :-D Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ --00000000000025769505c570ec4a--