PEAR is archived and read-only

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

Home » Database » DB_QueryTool » Bug #1614

Wrong options-array passed to DB::connect()

Details

Submitted2004-06-11 10:30 UTC
Fromtmp002 at dadabase dot de
Assignedquipo
StatusClosed
PackageDB_QueryTool
PHP Version4.3.6
OSGentoo Linux
Roadmaps(Not assigned)

Comments

[2004-06-11 10:30 UTC] tmp002 at dadabase dot de

Description:
------------
After upgrading from 0.98 to 0.10.1 connect() in Query.php fails because wrong options-array ist passed to DB::connect().

It's the same array that is passed to the constructor of the Querytool-subclass and contains fields such as 'errorCallback'.

DB doesn't like other fields than defined in DB (such as 'debug') and returns a DB_error object.

[2004-06-11 15:32 UTC] tmp002 at dadabase dot de

It's the recent 1.6.4 version.