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 knowing the program name 
will make your searching easier.

bzip2 creates very compact files but in my experience it's not terribly 
well integrated with a whole lot of other software. I find it useful for 
local archiving but not so much for public distribution.

miguel


-- 
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 use a different algorithm).  But there is a bzip2 library ...

Cheers,

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

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 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
 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 to anybody who has read
 the manual.
 
 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?
 
 If i have done something wrong and IT DOES open with one of the above
 programs kindly tell me what if now
 would appreciate it if you would write the program name and EXACTLY how to
 use it, like in baby steps..
 
 Thanks a lot guys, any help appreciated.
 Cheers,
 -Ryan
 
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 


-- 
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 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:[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-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 to anybody who
has
 read
 the manual.
 
 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?
 
 If i have done something wrong and IT DOES open with one of the above
 programs kindly tell me what if now
 would appreciate it if you would write the program name and EXACTLY
how to
 use it, like in baby steps..
 
 Thanks a lot guys, any help appreciated.
 Cheers,
 -Ryan
 
 
 
 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php