The subject line pretty much says it all - I'm having trouble finding any documentation for GD with Windows, let alone anything detailed: "Copy all of the gd files to the project directory. Add gd.c to your project. Add other source files as appropriate."
I downloaded the zip file from Boutell, and when that didn't work I got the "precompiled" (an explanation of why someone would want to compile it, as opposed to getting a precompiled version would help) version from download.swwwing.com and put php_gd.dll in my C:\php4\ directory. In the C:\Windows\php.ini file I have extension_dir set to C:\php4\ and I've uncommented the line
extension=php_gd.dll
, all to no avail.
One of the more confusing things is I can uncomment the line "extension=php_zlib.dll" and the PHP files work, but trying extension=php_libpng.dll or ;extension=php_gd.dll mess the whole thing up.
Any help would be greatly appreciated
Thanks in advance
— Matt