Hi,
I am running php and apache on windows xp, trying to get the GD library to install. For some reason, it was not in the initial php installation, apparently it was supposed to be ??
Anyway, I downloaded the GD zip and extracted the bgd.dll in my php/extensions directory, and pointed the extension_dir in php.ini to c:\php\extensions\, and restarted Apache.
Apache was able to find the dll, but gives me this error:
Unknown(): Invalid library (maybe not a PHP library) 'bgd.dll'
--
I've seen a few posts around, telling to stick all the dlls and other stuff in the windows/system directory. Most of the info was rather unclear, and some was for people running IIS.... So, if anyone has could provide some detailed help specific to Apache/XP I'd appreciate it.
Thanks.
Frizzo