PEAR is archived and read-only

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

Home » Database » DB_Table » Bug #1671

Missing dependency

Details

Submitted2004-06-17 17:57 UTC
Fromja at morrdusk dot net
Assignedpmjones
StatusClosed
PackageDB_Table
PHP Version4.3.4
OSLinux
Roadmaps(Not assigned)

Comments

[2004-06-17 17:57 UTC] ja at morrdusk dot net

Description:
------------
It would be nice with a dependency for the Date package
in the package.xml file. In DB/Table.php is this:

/**
* The Date class for recasting date and time values
*/
require_once 'Date.php';

which will fail unless the Date package is installed.