My webhost has PHP4 compiled with GD 1.8 and I would like to use the TrueColor and resampling function of GD 2.0. My webhost, who runs Apache on Linux, wont recompile PHP with the new GD library. I've read that it's possible to call the library with the dl() command without recompiling PHP. Does anyone know how I can install GD 2.0 and call it to generate dynamic images?
I've looked everywhere and their Tech Support has been no help at all.
Thanks,
Chris Nickols