On 30.01.2008 18:06, Marcus Boerger wrote: > Hello Scott, > > actually it was a bug. We, sorry I, did not spot this in earlier versions. > Now saying you rely on a bug in PHP 5 to be able to execute PHP 4 code > simply does not work.
I believe the bug was to make non-static methods to behave differently depending on the way you call them. If calling class::method() directly produces E_STRICT notice, then calling call::method() as a callback should do the same. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php