Session vars are not being dumped on error_dump
Mon, 10/11/2010 - 15:20
Greetings,
I am using PHP 5.3 on Snow Leopard with Qcubed. For some reason, I am no longer getting the Session vars dumped when the default error handler is thrown. I used to see Session vars output to the error page and that helped me in debugging a few things. Is there anyone else experiencing this?
Lunny

I see this too.
I can show session again by commenting the line "if ($__exc_Key != "_SESSION")" in error_dump.php, but I'm not sure what side-effect that has.