Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:110427 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 77200 invoked from network); 8 Jun 2020 17:15:35 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 8 Jun 2020 17:15:35 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id C89C3180596 for ; Mon, 8 Jun 2020 08:59:02 -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 149.210.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from outbound1.mail.transip.nl (outbound1.mail.transip.nl [149.210.149.72]) (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, 8 Jun 2020 08:59:01 -0700 (PDT) Received: from submission13.mail.transip.nl (unknown [10.103.8.164]) by outbound1.mail.transip.nl (Postfix) with ESMTP id 49gdGW6TngzRjWP for ; Mon, 8 Jun 2020 17:58:59 +0200 (CEST) Received: from mail-wr1-f41.google.com (mail-wr1-f41.google.com [209.85.221.41]) by submission13.mail.transip.nl (Postfix) with ESMTPA id 49gdGV73L0z1y3p for ; Mon, 8 Jun 2020 17:58:57 +0200 (CEST) Received: by mail-wr1-f41.google.com with SMTP id p5so17963629wrw.9 for ; Mon, 08 Jun 2020 08:58:57 -0700 (PDT) X-Gm-Message-State: AOAM530avouc1iUqmCl/jOI/MB9ppV0oO2oqXzbiCcqRYjcZMoKkpKgB UH31AfXAV2Pjix3Z9XsT0sefqnwT5IKxuw3P3sg= X-Google-Smtp-Source: ABdhPJygBYT/WnvnVnhzDm50meAGqoliQ8+0cDxGMkrJ7KYVTlyR85Plw0pwUbM9V5Oxx0EWR+sGOsrWqx2AzghQ6do= X-Received: by 2002:adf:f58b:: with SMTP id f11mr24211340wro.155.1591631936577; Mon, 08 Jun 2020 08:58:56 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 8 Jun 2020 16:58:46 +0100 X-Gmail-Original-Message-ID: Message-ID: To: Marco Pivetta Cc: PHP internals Content-Type: multipart/alternative; boundary="00000000000031668905a794b047" X-Scanned-By: ClueGetter at submission13.mail.transip.nl DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=transip-a; d=pmmaga.net; t=1591631939; h=from:subject:to:cc: references:in-reply-to:date:mime-version:content-type; bh=WQg2rFc+soVNqzCDqti6fBHQ5TQD6n7OambRkQLrHgw=; b=jcnQVjqHS/2L7B8gLSyJ/ZPACMffr7qeNMrhxOAdqWXRR4dTpCgMOcMfFSE1QTF/gHNQFj GMr17xM9PY4vi+XQW5a+iSihwKLcQ0nhQhGbgr/mBgWfI63kqyoRt1Cvz3rzP/qjhfss+f eI0XS1d4XBgQxDLKVG5e4QzDpfAYah4AYvbWKUmjHILwiPHQBQt7YQxJ9MFqHSGEVpGgjj +WRR3O05KVKoiJhHk3jknS0zvutV3Xtnoi/TjzAiq7LjFAQIzcUWPM9Uhk+iw62sprPJOa bXczUZDuElvEsiTFqV71J/3xtLy93PBG+SbLK9Ew+clIV6FnO+ui9Cev53UJOw== X-Report-Abuse-To: abuse@transip.nl Subject: Re: [PHP-DEV] [RFC] [Discussion] Remove inappropriate inheritance signature checks on private methods From: mail@pmmaga.net (=?UTF-8?Q?Pedro_Magalh=C3=A3es?=) --00000000000031668905a794b047 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Wed, May 27, 2020 at 12:07 AM Pedro Magalh=C3=A3es wro= te: > On Tue, May 26, 2020 at 3:46 PM Marco Pivetta wrote: > >> Considering that, as far as I know, only the constructor remains >> "special". >> > > Leaving the special case only for constructors instead of all magic > methods sounds better to me. Right now, that sounds like a winning > compromise for the RFC. It is still an exception to a rule, but one that > can be better justified. > > Thanks, > Pedro > I have updated both the implementation and the RFC to reflect this exception for constructors. If no further discussion comes up, I'll open the vote in a few days. Regards, Pedro --00000000000031668905a794b047--