require_once '/DependencyDB.php';
void PEAR_DependencyDB::installPackage (PEAR_PackageFile_v2|PEAR_PackageFile_v2 &$package)
void PEAR_DependencyDB::installPackage
This method is used by the registry when a package is installed or upgraded to register the package's dependencies in the dependency database.
This parameter, if an array, should be in format:
<?php array( 'package' => 'packagename', 'channel' => 'channelname' ); ?>
throws no exceptions thrown
This function can not be called statically.