JosephLenton / PHP-Error

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

dump $_SESSION, $_POST, $_GET information at the bottom of the page #4

Closed JosephLenton closed 12 years ago

JosephLenton commented 12 years ago

Add a section underneath the stack, for information to be dumped to. This is so people can see what was sent, when the error occurred.

Ensure it is visually separate so the core stack trace and code snippet do not lose their impact.

Geczy commented 12 years ago

+1

JosephLenton commented 12 years ago

This is now done.