PEAR is archived and read-only

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

Home » Authentication » LiveUser_Admin » Bug #6092

Bug with MDB2 storage and the datatype driver

Details

Submitted2005-11-28 04:15 UTC
Fromspam at electroteque dot org
Assignedlsmith
StatusClosed
PackageLiveUser_Admin
PHP Version5.1.0
OSn/a
Roadmaps(Not assigned)

Comments

[2005-11-28 04:15 UTC] spam at electroteque dot org

Description:
------------
Ive discovered the problem with trying to load the mysql
datatype driver. In the MDB2 storage of Liveuser Admin
it tries to load the datatype lowercase it needs to be
this or else it wont load the file properly.

function implodeArray($array, $type)
{
$this->dbc->loadModule('Datatype');
return $this->dbc->datatype-
>implodeArray($array, $type);
}