Hello. I read the manual and I tested the code on windows, it works great. I can create the gz file (though I get a funky output sometimes it works)
However, on linux/apache, see, I didn't compile with Gzip support and of course I get undefined (or unsupported) function, fatal errors, when I try gzcompress.
So my question is, are there workarounds
to creating .gz/.zip files dynamically without recompiling php? or is this the only way?
Any special classes that offset the need to recompile? Kinda like fpdf offsets my need to recompile with pdflib to make php's?
Just curious.
Thanks