RE: [PHP] Opening manual - .bz2

2002-04-26 Thread John Holmes
Read the download page, it tells you what you need to open it. Also, you're the one with the username 'r'. Now whenever I write a message, every single 'r' in it is underlined with a #$%@#$%@ "Smart Tag"... :) That's annoying. ---John Holmes... > -Original Message- > From: r [mailto:[

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