Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79093 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41874 invoked from network); 21 Nov 2014 18:20:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Nov 2014 18:20:19 -0000 Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.176 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.214.176 mail-ob0-f176.google.com Received: from [209.85.214.176] ([209.85.214.176:52607] helo=mail-ob0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AD/F2-26013-0628F645 for ; Fri, 21 Nov 2014 13:20:16 -0500 Received: by mail-ob0-f176.google.com with SMTP id vb8so4350280obc.7 for ; Fri, 21 Nov 2014 10:20:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=RS/amb8jEBJRrW09hFJ7DkQ5ANuOiYXjYaJKLL1Hy4Y=; b=u/P0WCDQ8gPrHZv49XESKlDLxjpxxLMQJ/4Wswbwbd2vCwwawWAPy1dwARCzjkWuBl kfCz2V6kkWOLI73D3pynIA2OGunBF0ePlSpF8OjuVKkxEUGhwDksyUcmHLBGBfD68uf6 zrUtXFYSfHsXfPOTRsnEvKS/0xEXRSanC7vBA2Ld7Jwb+CWE1a8S9FwRBokvquh/x2Pm JaxMjfLySpVxamUZZYqCfPoPnwxVqfD1531TcleYU4DqOUWy02TQWFLHRzBTDxG8Loq2 01E/1F5fh8D5FJXtwglN3njL34aOaxv5xlIL/TCbqXIjmz/QhiIbTQ36kdom4Pqfq4Mu DpVg== MIME-Version: 1.0 X-Received: by 10.182.191.41 with SMTP id gv9mr4025181obc.50.1416594013794; Fri, 21 Nov 2014 10:20:13 -0800 (PST) Sender: morrison.levi@gmail.com Received: by 10.76.89.237 with HTTP; Fri, 21 Nov 2014 10:20:13 -0800 (PST) In-Reply-To: References: <546C9E22.6090301@fedoraproject.org> <20141119134632.GV2294@phcomp.co.uk> <546CA8C0.1060707@gmail.com> <20141119143329.GX2294@phcomp.co.uk> <1416476628.15061.4.camel@kuechenschabe> <1416502819.15061.38.camel@kuechenschabe> <1416519555.15061.43.camel@kuechenschabe> Date: Fri, 21 Nov 2014 11:20:13 -0700 X-Google-Sender-Auth: gjBgw-8s652YuEC1yidDw_XHIPM Message-ID: To: Yasuo Ohgaki Cc: =?UTF-8?Q?Johannes_Schl=C3=BCter?= , Alain Williams , internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC] Remove PHP 4 Constructors From: levim@php.net (Levi Morrison) > BTW, old constructor has problem with traits (is this mentioned already?) > > http://3v4l.org/KZKXo > > I suppose nobody is using this side effect in production code, but > there would be number of users who are confused by this behavior. If I remember the source code correctly, this should be considered a bug. I will definitely look into this, regardless of the outcome of this RFC.