Hi,
a quick note: It's just a bit more than a month since 5.3.5 but as 5.3.5
didn't include most fixes done since 5.3.4 it's already time for 5.3.6.
Therefore 5.3.6RC1 will come on Thursday 17th, packaging Wed 16th evening
my time (Europe) Please make sure you don't break too much with last minut
On Thu Feb 10 12:25 PM, Ben Schmidt wrote:
>
> http://wiki.php.net/rfc/traitsmodifications
>
Some thoughts:
a) Class method conflict with trait
Class implementation always wins I feel is the right way to think about
traits.
But 'abstract' already has special meaning, so maybe a keyword like '
On Sun Feb 13 05:15 AM, André Rømcke wrote:
> >
> > I have now made an RFC based on the most recent discussions:
> >
> > http://wiki.php.net/rfc/traitsmodifications
> >
>
> I think it would sometimes be desirable to allow this, for instance
> when a trait has been updated in a framework to adapt