Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97759 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7794 invoked from network); 15 Jan 2017 11:42:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jan 2017 11:42:04 -0000 Authentication-Results: pb1.pair.com smtp.mail=giovanni.g@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=giovanni.g@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.66 as permitted sender) X-PHP-List-Original-Sender: giovanni.g@gmail.com X-Host-Fingerprint: 209.85.213.66 mail-vk0-f66.google.com Received: from [209.85.213.66] ([209.85.213.66:36165] helo=mail-vk0-f66.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6C/4C-00729-B006B785 for ; Sun, 15 Jan 2017 06:42:03 -0500 Received: by mail-vk0-f66.google.com with SMTP id n19so6794785vkd.3 for ; Sun, 15 Jan 2017 03:42:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=sayz/1ruMEXHk6EGX29uIzzACwfZztrk3p305I8foGA=; b=IjwloIU/KZ5YvL5bQ5maZeajIOEUsW1AF1vwmIX325fPDd4iGpqyFz3hGC3VKXeVJA zL/kQEj7FNnbPQmrMDV0b3IBEKUutLu2m46auW0bPs8HFcQujUb6B4KPTxtz1ODD3q+M Rh4YBpVzCU+1YPuRitE7GI3I1PTDQqkbngwxZS+PbW23hTKuzUHqFscuqxvIfYFvNIp9 kT5aoivVGjLvOsSshGlx3Z/Frl3ATB5iDkLlD0jrRuaRN2AmQE1bIx4TdzccUn5ahBW7 /QdEW5np7l0E4F+/A7Xr8XO0/IT/vEPowGJFgSJCgSMyR6yU0bffrKHyQz9ZnENBs0tR ydjA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=sayz/1ruMEXHk6EGX29uIzzACwfZztrk3p305I8foGA=; b=NVQN0sxThWdrSH4JEq7XG4eT17Rlt66kwwalK2LT7jYaeoGL7UrEqQwuVEy7JKw3mb Mvxr99w0X0wJEgsbEySAR4LfodaI5ZfcmVFKiCtfQvFix+C8Udi5QiLl2xFHECp9vQ7l bCk0qLvcfnGDK7OGkMH0PEAKHI6F8RLAaqhhilvL/m4QOZbX6iCavVK1hZkmdHBeOli/ hQdoCVVhRO5FT8VelzMmm/7HGYBXKDS7GbtFj2uPqJNoQhsk9oNgABxef6EtEqYDftkI BiEfwuh/vdY69WOW+mv43wuLvDWBnCDHRvrjbbEdQQbHZV43xC9tWr6QNhcy0WRckLpP ZqZQ== X-Gm-Message-State: AIkVDXIbfCp408rEnodhUmqFu9FeSviYQ/8rAIQeaXAZYTTjfRc3+esl9bwDRZDD8iw+tzj+OV3niCSs3DqnbQ== X-Received: by 10.31.146.139 with SMTP id u133mr14019970vkd.73.1484480520309; Sun, 15 Jan 2017 03:42:00 -0800 (PST) MIME-Version: 1.0 Sender: giovanni.g@gmail.com Received: by 10.103.113.134 with HTTP; Sun, 15 Jan 2017 03:41:59 -0800 (PST) In-Reply-To: References: <0DE25BF8-D349-48EF-A83B-8837DD4AD1E0@gmail.com> <5efcc230-c67b-4439-cc82-b31eacbf36db@php.net> <7c8c8801-a849-6fd2-91e9-954030c55e83@fleshgrinder.com> <2051639b-1b63-2e44-51b0-381caa54dfd0@fleshgrinder.com> Date: Sun, 15 Jan 2017 12:41:59 +0100 X-Google-Sender-Auth: Ac9ccu0m407t643KDEFO5VBhbgY Message-ID: To: Wes Cc: PHP Internals List Content-Type: multipart/alternative; boundary=001a11439c8816d2070546208e45 Subject: Re: [PHP-DEV] Explicit constructor call and polymorphic dispatch From: giovanni@giacobbi.net (Giovanni Giacobbi) --001a11439c8816d2070546208e45 Content-Type: text/plain; charset=UTF-8 You are right, I feel responsible for it (but proudly), as an excuse please consider that the three topics covered have a certain dependancy: Forbid __construct calls -> Forbid in constructor as well for coherency -> need a new way to call parent's constructor (bonus topic: implicit constructors) It would be a pity if only the first part made it into the core, and I personally like it plus I always wanted a better way to invoke parent's constructor, so I threw it in the basket, but you are right, it is quite off-topic. I'll check out the guide on how to submit RFCs so you guys can fry me in another thread :P On 15 January 2017 at 07:06, Wes wrote: > you guys went slightly off topic :P > -- Giovanni Giacobbi --001a11439c8816d2070546208e45--