On Tue, 6 Jan 2004 00:32:56 +0100
Marcus Boerger <[EMAIL PROTECTED]> wrote:

> I only changed the what can be done with single variables. And there i
> added the ability to call static methods like you can do from sqlite's
> sql. Please show me an example that does work in 4 but not in 5 if i
> missed something.

class foo{function bar(){print "bar\n";} } $a="bar"; foo::$a();

does not work since earlier php5 releases, already well known afair (and
really annoyed ;) ).

pierre

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to