Greetings,
I've been developing some PHP scripts using the zlib compression routines, and they work fine on my Win32 development server. But when I upload them to my web host, I get "Fatal error: Call to undefined function: gzopen()".
This says to me that the zlib module isn't enabled on my server. Now, I have access to my Apache config files, and I've successfully used "php_value name value" for other things, but I can't figure out what directive I should be using to enable zlib. I suspect it's an "extension" setting, but I don't know the name/location of the module.
Any clues would be greatly appreciated!
Sterling