RE: [PHP] Opening manual - .bz2

2002-04-26 Thread John Holmes
Original Message- > From: r [mailto:[EMAIL PROTECTED]] > Sent: Saturday, April 27, 2002 3:17 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Opening manual - .bz2 > > Greetings all, > Special greetings to: > one brainy dude -> Steve, and a REALLLY persistive dude-&

Re: [PHP] Opening manual - .bz2

2002-04-26 Thread Philip Olson
Hmm, I swore this was changed back to .tar.gz :) Anyway, read this faq: http://www.php.net/manual/en/faq.misc.php#faq.misc.bz2 Regards, Philip Olson On Sat, 27 Apr 2002, r wrote: > Greetings all, > Special greetings to: > one brainy dude -> Steve, and a REALLLY persistive dude->Michael > V

Re: [PHP] Opening manual - .bz2

2002-04-26 Thread Donna Robinson
PS: You do this: put the file.bz2 in a dir somewhere prompt> bzip2 -d file.bz2 Do this: prompt> bzip2 --help to get a list of all options. Donna -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Opening manual - .bz2

2002-04-26 Thread Donna Robinson
Hi, I had to laugh when I saw this! goto http://sources/redhat.com/bzip2 you can get the source code and/or the binaries for various platforms from there. My man wrote this so I read him yr mail and he grinned! bzip2 uses huffman encoding so you can see it won't work with gzip or winzip (which

Re: [PHP] Opening manual - .bz2

2002-04-26 Thread Miguel Cruz
On Sat, 27 Apr 2002, r wrote: > I dont know how to open the .bz2 file which i downloaded from php.net > It does not open with winzip or the tar/rar programs...how do i open it? You need a program called bunzip2 (companion to bzip2). I'm not sure whether there's a Windows version, but hopefully kn

[PHP] Opening manual - .bz2

2002-04-26 Thread r
Greetings all, Special greetings to: one brainy dude -> Steve, and a REALLLY persistive dude->Michael Vernstein,Nathan,Uchendu,John Holmes for all help. This list really has some do gooders who take the time to help others.Thanks again guys. Anyway, This is my problem which will be no big deal t