RE: [PHP-WIN] Using Bzip2 to create an archive... SECOND REQUEST

2002-07-01 Thread Dash McElroy
> -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

RE: [PHP-WIN] Using Bzip2 to create an archive... SECOND REQUEST

2002-07-01 Thread Mikey
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

RE: [PHP-WIN] Using Bzip2 to create an archive... SECOND REQUEST

2002-07-01 Thread Dash McElroy
; [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

RE: [PHP-WIN] Using Bzip2 to create an archive... SECOND REQUEST

2002-07-01 Thread Mikey
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.

Re: [PHP-WIN] Using Bzip2 to create an archive... SECOND REQUEST

2002-07-01 Thread Adrian Ritchie
> 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

RE: [PHP-WIN] Using Bzip2 to create an archive... SECOND REQUEST

2002-06-26 Thread Mikey
;[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 > >