Okay, I've never had to add any extensions before, but now I want my test server to use some of the extensions, like the GD library. I set the extensions_dir to point to my extensions, uncommented the proper lines to add in the extensions, and moved the contents of the /dll/ folder to my system32 folder. Then I restarted Apache and checked it.
However, not one of the extensions is loaded. I tried using dl(), but that gives me an error.
I'm using PHP as a module in Apache 1.3 running on Windows XP. Why aren't my extensions loading?