> -Original Message-
> From: Mikey [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 01, 2002 8:12 AM
> To: Adrian Ritchie; [EMAIL PROTECTED]
> Subject: RE: [PHP-WIN] Using Bzip2 to create an archive... SECOND REQUEST
>
>
> Sorry Adrian, this is from the manual and only shows
Message-
> From: Mikey [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 01, 2002 8:12 AM
> To: Adrian Ritchie; [EMAIL PROTECTED]
> Subject: RE: [PHP-WIN] Using Bzip2 to create an archive... SECOND REQUEST
>
>
> Sorry Adrian, this is from the manual and only shows how to
; [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] Using Bzip2 to create an archive... SECOND REQUEST
Sorry Adrian, this is from the manual and only shows how to compress a
single string within an bz2 file - what I want to know how to do is compress
a number of files within the file, creating an archive
age-
> From: Adrian Ritchie [mailto:[EMAIL PROTECTED]]
> Sent: 01 July 2002 13:11
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP-WIN] Using Bzip2 to create an archive... SECOND
> REQUEST
>
>
>
> $filename = "/tmp/testfile.bz2";
> $str = "This is a test string.
> Mikey
>
> > -Original Message-
> > From: Dash McElroy [mailto:[EMAIL PROTECTED]]
> > Sent: 25 June 2002 23:24
> > To: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]'
> > Subject: RE: [PHP-WIN] Using Bzip2 to create an archive... SECOND
> > RE
;[EMAIL PROTECTED]'; '[EMAIL PROTECTED]'
> Subject: RE: [PHP-WIN] Using Bzip2 to create an archive... SECOND
> REQUEST
>
>
> http://www.php.net/manual/en/ref.bzip2.php
>
> In particular, look at bzopen() and bzclose(), as well as bzread().
>
> -Dash
>
>