Hi,
I was just wondering. An assignment to $this is not longer possible
in PHP 5. This was agreed upon and everything is fine with that.
However, when trying to assign to $this in PHP 5, this assignment
is silently ignored. I thought it might be useful, or even needed
to issue a notice there. I first thought this was a candidate for
E_STRICT, but now I think it should notice the user at a lower level
already.
Any opinions?
Jan
--