PEAR is archived and read-only

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

Home » File Formats » Archive_Tar » Bug #9520

Doesn't allow in-memory manipulation of tar files

Details

Request #9520Doesn't allow in-memory manipulation of tar files
Submitted2006-12-01 16:20 UTC
Fromcbutler at technophobia dot co dot uk
StatusSuspended
PackageArchive_Tar
PHP VersionIrrelevant
OSLinux
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.