Home » File Formats » Archive_Tar » Bug #9520
Doesn't allow in-memory manipulation of tar files
Details
| Request #9520 | Doesn't allow in-memory manipulation of tar files |
|---|---|
| Submitted | 2006-12-01 16:20 UTC |
| From | cbutler at technophobia dot co dot uk |
| Status | Suspended |
| Package | Archive_Tar |
| PHP Version | Irrelevant |
| OS | Linux |
| Roadmaps | (Not assigned) |
Comments
[2006-12-01 16:20 UTC] cbutler at technophobia dot co dot uk
Description:
------------
It would be nice if Archive_Tar was able to manipulate tar archives in memory rather than writing to disk all the time. For example, if you want to create a tar archive and send it straight to the browser, you don't need to save it to disk.