Funny,
I was having (stll do) problems that somehow, nothing is showed on screen when i have a error or bug in ons of my scripts. The logfile still produces logfiles but thats no enough for me to track the bug.
So when playing around to get some output to screen, i placed a // inside the common.php class in the function _exception_handler like this:
if ($severity == E_STRICT)
{
//return;
}
Right after that it showed on screen:
Fatal error: Class declarations may not be nested in C:\server\xampp\htdocs\ci\system\libraries\Exceptions.php on line 27
So E_STRICT is not so useless as you might think.
ps running 5.02 on apache
