PEAR_Registry::rebuildDepsFile()

PEAR_Registry::rebuildDepsFile() -- Rebuild dependencies file

Synopsis

require_once 'PEAR/Registry.php';

void PEAR_Registry::rebuildDepsFile (void)

Description

Rebuilds the dependencies file of the registry. Use this function if had trouble while installing Packages or a damaged registry.

Throws

Table 20-1. Possible PEAR_Error values

Error codeError valueMeaningSolution
 ""  

Note

This function can not be called statically.