Menu

#1 Full log of PHP warnings as result

open
nobody
None
5
2011-01-21
2011-01-21
Ache
No

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

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.