PEAR is archived and read-only

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

Home » File Formats » File_Archive » Bug #4921

Inclusion of unexisting files in File/Archive.php

Details

Submitted2005-07-26 13:44 UTC
Fromadamg at pld-linux dot org
Assignedvincentlascaux
StatusClosed
PackageFile_Archive
PHP VersionIrrelevant
OSIrrelevant
Roadmaps(Not assigned)

Comments

[2005-07-26 13:44 UTC] adamg at pld-linux dot org

Description:
------------
In File/Archive.php, in appendFromSource() and cache() functions there are attempts to require_once files that do not exist. These are File/Archive/Writer/AddFolder.php (line 1314) and File/Archive/Reader/Cache.php (line 587) respectively.