Hi there, I'm running PHP on my MS Personal Web Server as a test bed. I'm trying to install some extention DLLs and have run into a few problems, this is what I've done so far:
Placed all the DLL files in c:/Windows/system
Specified the DLL names in the PHP.INI file
Specified the extention directory as c:/Windows/system
For some reason it keeps saying "Unable to load dynamic library "[GDs filename]" - one of the library files needed to run this application cannot be found"
Any help would be appreciated.
Thanks