JosephLenton / PHP-Error

Better error reporting for PHP, and prettier too!
1.35k stars 151 forks source link

Php-error detect it's own errors #79

Open FeIix opened 10 years ago

FeIix commented 10 years ago

Hi,

I just installed php-error but i can do nothing with it because of the session_start();

"A session had already been started - ignoring session_start();"

It's doing this when i include the class after my session_start(). If i include it after, my user session is deleted (??) and i can't connect...

Is this a bug ? or is there a way to prevent it form detecting it's own errors ? Thanks ! It will be a very useful tool

jazzfog commented 9 years ago

That's funny, bug posted back in 2013, I just installed the lib and first thing I see is this bug :)

kenorb commented 8 years ago

Fixed in my fork. PR: #94