newbie zlib question [message #22722] |
Sat, 12 February 2005 13:26 ![Go to next message Go to next message](/forum/theme/default/images/down.png) |
tuvix
![United States United States](/forum/images/flags/us.png) Messages: 3 Registered: February 2005
Karma: 0
|
Junior Member |
|
|
There is a zlib and non-zlib version available for download. Can someone tell me the benefits or drawbacks of the each?
Why would I need zlib compression? I have plenty of disk space and I assume that would slow web server down having to deal with compression. Am I understanding this correctly?
Thanks
|
|
|
Re: newbie zlib question [message #22724 is a reply to message #22722] |
Sat, 12 February 2005 20:24 ![Go to previous message Go to previous message](/forum/theme/default/images/up.png) ![Go to next message Go to next message](/forum/theme/default/images/down.png) |
Ilia
![Canada Canada](/forum/images/flags/ca.png) Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
zlib compression makes the installer a lot smaller, and that seems to help for system where PHP has memory_limit. The non-zlib version is larger and mostly intended for people who don't have zlib support in their PHP.
FUDforum Core Developer
|
|
|
|
|
|