Hello Andrei, Tuesday, January 6, 2004, 12:26:38 AM, you wrote:
> On Tue, 06 Jan 2004, Marcus Boerger wrote: >> I see "\$obj->blah" much different becasue it would require evaluating the >> string and access the current symbol table to get $obj. Further more we'd >> need to patch $this and so on. On the other hand $class::$method() should >> access the static property $method of class $class and call the result as a >> function. > So you are breaking backwards-compatibility? Because in PHP 4 > "foo::$b()" would invoke the method named by $b, rather than accessing > propert named by $b calling the result as a function. 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. -- Best regards, Marcus mailto:[EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php