Full log of PHP warnings as result
Brought to you by:
burtbenigni
Nice try, but run your PHP with error reporting turned on please - you'll catch a lots of undefined variables, constants, properties and objects in your error log.
This thing obviously is not for production quality yet.
php.ini:
error_reporting = E_ALL & ~E_DEPRECATED
log_errors = On