Alternatives to ob_gzhandler PHP compression?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
JAB Creations
DevNet Resident
Posts: 2341
Joined: Thu Jan 13, 2005 6:44 pm
Location: Sarasota Florida
Contact:

Alternatives to ob_gzhandler PHP compression?

Post by JAB Creations »

Are there any alternatives to the ob_gzhandler compression format?
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

afaik there are only two standard compression formats: deflate and gzip. ob_gzhandler supports them both. So the answer is probably "no" although I'm not sure what you really want to know.
User avatar
JAB Creations
DevNet Resident
Posts: 2341
Joined: Thu Jan 13, 2005 6:44 pm
Location: Sarasota Florida
Contact:

Post by JAB Creations »

I was thinking various types of compression such as winrar, gzip, winzip, etc. I could be and probably am way off but I thought I'd ask anyway. :D
Post Reply