Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:110790 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 781 invoked from network); 30 Jun 2020 00:29:41 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 30 Jun 2020 00:29:41 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 51B1E1804CE for ; Mon, 29 Jun 2020 16:18:28 -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.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,HTML_MESSAGE,RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS20857 136.144.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from outbound4.mail.transip.nl (outbound4.mail.transip.nl [136.144.136.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Mon, 29 Jun 2020 16:18:27 -0700 (PDT) Received: from submission8.mail.transip.nl (unknown [10.103.8.159]) by outbound4.mail.transip.nl (Postfix) with ESMTP id 49wk1s4pyczKxgV for ; Tue, 30 Jun 2020 01:18:25 +0200 (CEST) Received: from mail-wm1-f47.google.com (mail-wm1-f47.google.com [209.85.128.47]) by submission8.mail.transip.nl (Postfix) with ESMTPA id 49wk1p6Nq3z2ZNr9 for ; Tue, 30 Jun 2020 01:18:22 +0200 (CEST) Received: by mail-wm1-f47.google.com with SMTP id g10so3279324wmc.1 for ; Mon, 29 Jun 2020 16:18:22 -0700 (PDT) X-Gm-Message-State: AOAM532BWmAV4jFKpKQ6EStz8oOreCMJtVpse0gQHJwslrtyQJpqNrbK HaxUr2PT4pNHKSXmdgg+IOtFRpfC+RqRPJt+FxU= X-Google-Smtp-Source: ABdhPJxJfHMmUOK/QiAyrm4zoBAXI35p+H80c0T1dOx3xtfbcsyJzUVe8rPxp2d3EgXeha9j6IU9+CY4DBSe91MwV3A= X-Received: by 2002:a1c:bdc3:: with SMTP id n186mr3529216wmf.84.1593472697989; Mon, 29 Jun 2020 16:18:17 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Tue, 30 Jun 2020 00:18:08 +0100 X-Gmail-Original-Message-ID: Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="0000000000001f808d05a94146d3" X-Scanned-By: ClueGetter at submission8.mail.transip.nl DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=transip-a; d=pmmaga.net; t=1593472705; h=from:subject:to:references: in-reply-to:date:mime-version:content-type; bh=bNo3RZPDTWAkBuKwkTcMwLLT5A9rH0/VPb/Ep41Ns8U=; b=isHVsKEXzAZsaJqulbylMrg8CaGRtPdcIxokd4iGGqj5ZXyQkfc5EmDgVRaCyXs25CzZ3u WqtDN/vWqrkvHVr1LFyKpCv2i9r/ut7N8i6WQGvVAJI9k3bDmOBbax8mG0IeF8EXaVihOX 3L/AuU4inS9TjDqQ6O6ZrHi18gaCdJ1t5eFpfmLwP6A4dNXzTUR2vL/Y8ZOfltVqEtU+yg FBm3dqYbiz1X2GTU0LMHWeySfiYQseDGxCUH2dB8lNurVR1NX34sMwEL3mefU4Zn/lkXoa 43oOp9W7PMe1hyB6kEpjcilC3mrm6XzsMrQVwipkWgo2ZSjmtuHfE+Y3t5wZ3g== X-Report-Abuse-To: abuse@transip.nl Subject: Re: [VOTE] Remove inappropriate inheritance signature checks on private methods From: mail@pmmaga.net (=?UTF-8?Q?Pedro_Magalh=C3=A3es?=) --0000000000001f808d05a94146d3 Content-Type: text/plain; charset="UTF-8" Hi internals, I'm glad to inform you that the RFC has been accepted with 24 votes for and 11 votes against. https://wiki.php.net/rfc/inheritance_private_methods I'll add some notes to UPGRADING on the PR and hope to get a new review of the implementation before merging it. Thank you again to all who contributed to the discussion and to all who voted. Regards, Pedro > --0000000000001f808d05a94146d3--