Re: [PHP-DEV] Static weirdness..

2004-02-20 Thread Andi Gutmans
This isn't a bug. The whole idea of a true static method is for $this not to be defined. Andi At 02:53 18/02/2004 -0500, John Coggeshall wrote: http://bugs.php.net/bug.php?id=27304 Marcus says he's brought this up before, and i think it really needs to be addressed before PHP 5 so I'm bringing

[PHP-DEV] Static weirdness..

2004-02-17 Thread John Coggeshall
http://bugs.php.net/bug.php?id=27304 Marcus says he's brought this up before, and i think it really needs to be addressed before PHP 5 so I'm bringing it up again. I am told that currently we are allowing static methods to be called from an object context because of a performance hit if we check e