[2011-02-19 14:39 UTC] morpika at vipmail dot hu Description: ------------ __autoload function is not called in user-defined error handler function in case of E_STRICT error. In case of any other type of errors (thet user-defined error handler function can handle) the autoload function is called properly. Test script: --------------- test.php: <?php set_error_handler('php_error'); function php_err