Home » File Formats » File_Archive » Bug #4921
Inclusion of unexisting files in File/Archive.php
Details
| Submitted | 2005-07-26 13:44 UTC |
|---|---|
| From | adamg at pld-linux dot org |
| Assigned | vincentlascaux |
| Status | Closed |
| Package | File_Archive |
| PHP Version | Irrelevant |
| OS | Irrelevant |
| 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.