Keeps track of external files and packages that need to reside on the PHPinclude_path.
Any file not found on the default include_path is added to the local repository, which is then added to the include_path on every page load. If an error occurs, the original include_path is restored and an error flag is set to prevent further damage.