Re: [PHP] Zip support

2001-05-08 Thread Tom Carter

On Tue, 8 May 2001, E. Stuart Hicks wrote:

 I see that there is support for bzip2 and gzip in PHP, so I was wondering if
 there was any standard zip support that I'm not seeing.

I looked and couldn't find any. The best I could find to be able to zip
unzip files was to save them on the server and use exec() to run zip on
the command line to read the files back into php. Not the best way I know,
but it worked.

HTH,
Tom


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Zip support

2001-05-08 Thread E. Stuart Hicks

Yeah, that's what I wanted to avoid, though.  These scripts have to be able
to run on both NT and Unix boxes.  I guess I'll just have to change the
other code to use gzip instead of regular zip.

Tom Carter [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 On Tue, 8 May 2001, E. Stuart Hicks wrote:

  I see that there is support for bzip2 and gzip in PHP, so I was
wondering if
  there was any standard zip support that I'm not seeing.
 
 I looked and couldn't find any. The best I could find to be able to zip
 unzip files was to save them on the server and use exec() to run zip on
 the command line to read the files back into php. Not the best way I know,
 but it worked.

 HTH,
 Tom
 
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  To contact the list administrators, e-mail: [EMAIL PROTECTED]
 


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Zip support

2001-05-08 Thread Wandrer

At 10:55 AM 5/8/01 -0400, you wrote:
I see that there is support for bzip2 and gzip in PHP, so I was wondering if
there was any standard zip support that I'm not seeing.
Stuart Hicks
Senior Programmer / Systems Administrator
The Affinity Group

PhpZip 1.5 : http://phpconcept.free.fr/phpzip-index.php3



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]