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 #133

debug notices for debugging not existant variables

Details

Submitted2003-10-21 12:18 UTC
Fromwolfgang at stagl dot at
Assignedalan_k
StatusClosed
PackageDB_DataObject
PHP Version4.3.3
OSLinux
Roadmaps(Not assigned)

Comments

[2003-10-21 12:18 UTC] wolfgang at stagl dot at

Description:
------------
Hi !

in DataObject.php line 214 the $keys variable is serialized, but if none are defined a php Notice is thrown ... because $keys is not defaulted with any value ...

possibly not really a bug, but i want my software to report any notice also te write code as clean as possible, and i do not want to change error handling configuration ...

by the way .. let me tell you that i really like it using that package !