PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Database » DB_DataObject » Bug #5674

Error levels are confusing

Details

Request #5674Error levels are confusing
Submitted2005-10-12 20:21 UTC
Fromdeveloper at ckiweb dot com
StatusFeedback
PackageDB_DataObject
PHP Version4.3.10
Roadmaps(Not assigned)

Comments

[2005-10-12 20:21 UTC] developer at ckiweb dot com

Description:
------------
I am trying to create a debug function to filter the errors so that they are sent to me, but the error levels are not usefull. I would think that 1 would be a lower level of error (or just a debug message) and 5 would be serious error, but that is not so. Do the debug levels have an order? If not, I could send you patch.