Re: [PHP-DEV] Fixed Bug #65576 (Constructor from trait conflicts with inherited constructor)

2014-12-08 Thread Kévin Dunglas
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=65576 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 anothe

Re: [PHP-DEV] Fixed Bug #65576 (Constructor from trait conflicts with inherited constructor)

2014-12-08 Thread 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? -- PHP Internals - PHP Runtime Development Mailing List To uns

[PHP-DEV] Fixed Bug #65576 (Constructor from trait conflicts with inherited constructor)

2014-12-08 Thread Kévin Dunglas
Hi, I've published a patch for bug #65576 : https://github.com/php/php-src/pull/946 Can you review it and merge it please ? Best regards. -- Kévin Dunglas http://dunglas.fr http://les-tilleuls.coop