Re: [PHP] Question about using system call/gzip

2001-11-11 Thread David Robley
On Mon, 12 Nov 2001 16:51, [EMAIL PROTECTED] wrote: > Gzip only compresses single files? > > So what if I want to compress a directory and have it download when a > page is accessed? > > I thought gzip would allow this. To compress a specified directory > when page.php is accessed. This is confusi

Re: [PHP] Question about using system call/gzip

2001-11-11 Thread Joelmon2001
Gzip only compresses single files? So what if I want to compress a directory and have it download when a page is accessed? I thought gzip would allow this. To compress a specified directory when page.php is accessed. This is confusing. I tried the zend.com articles, too confusing to grasp. I a

Re: [PHP] Question about using system call/gzip

2001-11-11 Thread David Robley
On Mon, 12 Nov 2001 16:28, [EMAIL PROTECTED] wrote: > Hello. I just want to confirm that if I use a system call to > execute gzip, so I can zip a directory, the file can be > decompressed by windows users > > for example, if I visit > bleh.php and it compresses a directory /directory > will that f