Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:110283 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 85891 invoked from network); 27 May 2020 00:27:44 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 27 May 2020 00:27:44 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 4CA011804DA for ; Tue, 26 May 2020 16:08:01 -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, 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 outbound2.mail.transip.nl (outbound2.mail.transip.nl [149.210.149.73]) (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 ; Tue, 26 May 2020 16:08:00 -0700 (PDT) Received: from submission7.mail.transip.nl (unknown [10.103.8.158]) by outbound2.mail.transip.nl (Postfix) with ESMTP id 49WqPV6xgVzYd85 for ; Wed, 27 May 2020 01:07:58 +0200 (CEST) Received: from mail-wm1-f48.google.com (mail-wm1-f48.google.com [209.85.128.48]) by submission7.mail.transip.nl (Postfix) with ESMTPA id 49WqPT6gpcz1Q6G0 for ; Wed, 27 May 2020 01:07:55 +0200 (CEST) Received: by mail-wm1-f48.google.com with SMTP id h4so1271321wmb.4 for ; Tue, 26 May 2020 16:07:55 -0700 (PDT) X-Gm-Message-State: AOAM532nHJjfYnqRyrxo0py04E6F9lnmd95viej7iYx0OrkIf77o0s0P 9K4Ac2dXsXnlsTPZ14D/sza9U+VCLBUYvxw/bMA= X-Google-Smtp-Source: ABdhPJz34/GuM6Ld8sZ+dJYoK4H90iCKJle9JBVs5fEWCidblK+QSWSrLa9W3O8725k0DnRFk6D+R+MIOR9iX3HzkRk= X-Received: by 2002:a05:600c:22c1:: with SMTP id 1mr1440516wmg.50.1590534474634; Tue, 26 May 2020 16:07:54 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Wed, 27 May 2020 00:07:44 +0100 X-Gmail-Original-Message-ID: Message-ID: To: Marco Pivetta Cc: PHP internals Content-Type: multipart/alternative; boundary="0000000000005d1c1d05a6952a9c" X-Scanned-By: ClueGetter at submission7.mail.transip.nl DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=transip-a; d=pmmaga.net; t=1590534478; h=from:subject:to:cc: references:in-reply-to:date:mime-version:content-type; bh=yV/RxtyEiWuqDMu2bx2GPCJSiAhQnL3dD7CLA77jhGE=; b=HZS3Tsrghga0bYsfAL9k1ZzAM1yS5nI1YwU27Pr9jla7+znIiasQrT52ttszXWq2DlDgn1 0gIRy0B1bIAWLqydFi4QQ1qVG8s/wGeMIufjzScQ0wV2Wq0/l+ZOEZS5o2dFfZbWsfgM4U 2mtYDTczwbIyQfZXBrhEqzoxbrvOUiFoO69lKEe3BlhmRQunSAgx8EXTYqSoMaYkoo/GhJ SVbcvQJsH8REaAbOmsRKdXk0YrmAhjbaXHOSmgFixXQxQUKlAL8HvfMs0HYQRZl/5c+UrH GBdLUO5Yjtg2GIzGCAgMe2QcIXUDk735RQ60RYqTkoiRTFl6rADLsX80gjqlZg== 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?=) --0000000000005d1c1d05a6952a9c Content-Type: text/plain; charset="UTF-8" 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 --0000000000005d1c1d05a6952a9c--