
Horse Luke - 2011-03-12 15:24:41
Due to php internal mechanism, FATAL ERROR (such as syntax error, require file failure, etc) will not pass to Inter Error and Exception Handler. As a result, any FATAL ERROR can not be log or display by this package.
So if you use this package as debug tool, but can not find the cause of the problem, you may have to use "ini_set('display_errors', 1)" or even change the php.ini setting directly to show fatal errors.