greeting all:
I am having a heck of a time getting gzip/zlib to function. What I want to do is take a file that is uploaded through the browser and gzip it. I think that I should be able to do this with gzencode. When I try any of these functions, I get "Call to undefined function: gzencode()".
Do I have to compile added functionality into PHP? Can anybody give me a link, or a code snippet that will point me in the right direction.
TIA
-jw-