Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79477 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81435 invoked from network); 8 Dec 2014 15:40:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Dec 2014 15:40:31 -0000 Authentication-Results: pb1.pair.com header.from=dunglas@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dunglas@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.179 as permitted sender) X-PHP-List-Original-Sender: dunglas@gmail.com X-Host-Fingerprint: 209.85.217.179 mail-lb0-f179.google.com Received: from [209.85.217.179] ([209.85.217.179:36501] helo=mail-lb0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D6/23-62069-C66C5845 for ; Mon, 08 Dec 2014 10:40:29 -0500 Received: by mail-lb0-f179.google.com with SMTP id z11so3897088lbi.38 for ; Mon, 08 Dec 2014 07:40:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=YSq7620mPsU6OjY9kYYr3PtAk9CXXO938idvKLIns3A=; b=Sqn4wSN6TWM0qMn+7i8Ez0dCAa/DinjposY+eILkJ4xI3E5ef77IFaLmabNaXg7DWq h3CpyskvYJzcKyjDkxBafCydjgbVsiYM0bukG8WHMusK3jqmVuzVE+PIPv1h90Pifxby cmoNVt8/QiHpN3b6/L/h05q4Gh1oxxl48ZcztUnBokWW01rKTgAzeqWaG9NE8wKn+wfJ C2nRSeR7msE5Y2lxyB+x7Mgz7VI14U7ZSuH/XJUrkYTWZUKmP7pfj+SyKcj5gNsdIsCt EsG7gjsAoghE/OK9KcYV/NCpkFSy/hcEntyJ+VLtyhDtFBDydtBDfHby4IObqRhZ+PSW TxxA== X-Received: by 10.112.210.100 with SMTP id mt4mr16896341lbc.31.1418053225766; Mon, 08 Dec 2014 07:40:25 -0800 (PST) MIME-Version: 1.0 Received: by 10.114.194.34 with HTTP; Mon, 8 Dec 2014 07:40:05 -0800 (PST) In-Reply-To: References: Date: Mon, 8 Dec 2014 16:40:05 +0100 Message-ID: To: Levi Morrison Cc: PHP Internals Content-Type: multipart/alternative; boundary=001a11361db6cb649f0509b63edf Subject: Re: [PHP-DEV] Fixed Bug #65576 (Constructor from trait conflicts with inherited constructor) From: dunglas@gmail.com (=?UTF-8?Q?K=C3=A9vin_Dunglas?=) --001a11361db6cb649f0509b63edf Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I've just implemented what it's described in the linked bug (not my report but my team has the same issue): https://bugs.php.net/bug.php?id=3D65576 The rationale is: it works the same way for all magic methods except for the constructor and it seems to be a regression introduced in the fix of another bug (see comments in the bug tracker). 2014-12-08 16:17 GMT+01:00 Levi Morrison : > > I've published a patch for bug #65576 : > > https://github.com/php/php-src/pull/946 > > Can you review it and merge it please ? > > Are we sure that's that correct behavior? Can you provide some > rationale for why it should happen this way? > --=20 K=C3=A9vin Dunglas Consultant et d=C3=A9veloppeur freelance http://dunglas.fr T=C3=A9l. : 06 60 91 20 20 --001a11361db6cb649f0509b63edf--