Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97828 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36194 invoked from network); 17 Jan 2017 20:37:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Jan 2017 20:37:04 -0000 Authentication-Results: pb1.pair.com header.from=ocramius@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ocramius@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.49 as permitted sender) X-PHP-List-Original-Sender: ocramius@gmail.com X-Host-Fingerprint: 74.125.82.49 mail-wm0-f49.google.com Received: from [74.125.82.49] ([74.125.82.49:37526] helo=mail-wm0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 63/AB-00729-F608E785 for ; Tue, 17 Jan 2017 15:37:04 -0500 Received: by mail-wm0-f49.google.com with SMTP id c206so242079302wme.0 for ; Tue, 17 Jan 2017 12:37:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=jvSGUOmKvXSlo/oG4BEBf1Rj/GMWUbOMVmRghmi7Iow=; b=qVxbaMoCoWlXDlc44Sr9bt2QY0kIjqBtdfPA3ACHTJS6Y/fhXWrnSoeVdmHlUy5V6e 0V8YZfzfjXvDzTcvg3j5Qe1Ls+wAL30E+0RcEIohrn6CPYhW7fE8G8PUB2xH49H7oGF3 04DiT2fI+2REVuJxgvA5vhFUEANtw7+RQVR/oleE+vleARQPoIFG2b3mW+UPI4QShkZh iPxCDGhceEDCNm1sbGvOjHUE912EiWshzYvbsxThpqsZoS60EsaaD9mQ6xSwgM55kDgN HeVhVMSy3Gw5+jFWH9QtVkdabyqGRIZQcn/J5deShAamHVTiv/If7FWJjtAlkUYOY3VI +Nww== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=jvSGUOmKvXSlo/oG4BEBf1Rj/GMWUbOMVmRghmi7Iow=; b=ZpYorP7bh+kaJSyAf8XyirjBoXE9e6zuJp/N0mtCVruRWOQpgfXS+QR5eNyQmq8+iH KpPEoSKxmu2KKIvWtajWzk2oI2aft4GZM0D1aGw9xz14dDhhoRhODtw2u7amrBthYxzQ TegCoBRIss6bMYmEhbtbcyhBTL0VW6D9UabkrGzhW6wNbWkuJpOvmDSyvAqgy/+3ukTs 6nM56SklEdXsleUwbUE+hVnSZ6zaelgdncGsRY/WwxgciluP+ofc3MQSNDqxHDXtnQti yYF9kKlmdwrvnZ1US+6813kNHVAn7jszwQv6jbcrYTOWnLyrInSKVjvTz1ipvx0JkKLi fIRg== X-Gm-Message-State: AIkVDXJ9q6gw55dLgzPlup+lxnMnHBpSxAGK/J52VixvyWa0lzfo/iYrPE0ZZMCsvQw7Z2sEQSHVkCC2ON2taw== X-Received: by 10.28.129.147 with SMTP id c141mr19306951wmd.12.1484685420679; Tue, 17 Jan 2017 12:37:00 -0800 (PST) MIME-Version: 1.0 Received: by 10.194.34.197 with HTTP; Tue, 17 Jan 2017 12:36:40 -0800 (PST) In-Reply-To: References: Date: Tue, 17 Jan 2017 21:36:40 +0100 Message-ID: To: Tim Bezhashvyly Cc: PHP Internals Content-Type: multipart/alternative; boundary=001a11423eec1a5d4305465043be Subject: Re: [PHP-DEV] [RFC][DISCUSSION] - Disallow Multiple Constructor Calls From: ocramius@gmail.com (Marco Pivetta) --001a11423eec1a5d4305465043be Content-Type: text/plain; charset=UTF-8 Hey Tim, On Tue, Jan 17, 2017 at 9:17 PM, Tim Bezhashvyly wrote: > Dear internals, > > me and Richard Fussenegger came up with a RFC draft disallowing multiple > constructor calls - https://wiki.php.net/rfc/ > disallow-multiple-constructor-calls disallow-multiple-constructor-calls> > > Here is a Reddit discussion thread - https://www.reddit.com/r/PHP/ > comments/5okdac/php_rfc_disallow_multiple_constructor_calls/ < > https://www.reddit.com/r/PHP/comments/5okdac/php_rfc_ > disallow_multiple_constructor_calls/> > > Any suggestions are highly welcome. Thank you. > > Regards, > Tim This looks much better than the initial proposal, thanks! Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ --001a11423eec1a5d4305465043be--