2008/3/26, Stanislav Malyshev <[EMAIL PROTECTED]>: > > - Changed "instanceof" and "catch" operators, is_a() and > > is_subclass_of() functions to not call __autoload(). (Dmitry) > > > This definitely should be - there's absolutely no reason any kind on > instanceof-like operator would call autoload.
Hehe, curious... See above. + * (PHP_5_1) + NEWS + ZendEngine2/zend_builtin_functions.c + ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.h + ZendEngine2/zend_execute.h + ZendEngine2/zend_execute_API.c + ZendEngine2/tests/catch.phpt + ZendEngine2/tests/instanceof.phpt + ZendEngine2/tests/is_a.phpt: + Changed "instanceof" and "catch" operators, is_a() and is_subclass_of() + functions to not call __autoload(). This was done a long time! :D (and is documented about the instanceof) -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php