PHP Classes

Create compressed files from In-memory files

Recommend this page to a friend!

      TAR/GZIP/BZIP2/ZIP Archives  >  All threads  >  Create compressed files from...  >  (Un) Subscribe thread alerts  
Subject:Create compressed files from...
Summary:Create compressed files from In-memory files
Messages:1
Author:Cesar D. Rodas
Date:2009-04-17 17:57:54
 

  1. Create compressed files from...   Reply   Report abuse  
Picture of Cesar D. Rodas Cesar D. Rodas - 2009-04-17 17:57:54
Hello,

Probably this is an odd question, but I've been looked at the example script and I didn't find it,

I'm looking for a way to add files into a (tar) bz2 or gzip from files stored in memory that probably sounds weird, but I need it in order to use in my brand new class that would be published soon here.

I just implement a famous SCM class in order to perform read operations over it, and my idea is provided an extension to generate a compressed file from a branch, tag, or directory.

If this feature is missing, I can do it (I've been looking at the source and it is understandable, very well coded btw) and submit a patch to your email, so you can redistribute it.

Best regards