Can't load ANY modules on IIS/NT4 with PHP4 for some reason. Here's the relevant lines from my php.ini:
extension_dir = "C:\Winnt\System32\"
extension = php_gd.dll
With the appropriate DLLs in the system32 directory of course. Which returns the following error on ANY page (even a simple phpinfo() ):
The specified module could not be found. in Unknown on line 0 PHP Fatal error: Unable to load dynamic library 'php_gd.dll'
Any ideas?
Thanks,
Glenn