Hi, I'm using PHP 4.0.4 with IIS 4 on WinNT. When I try to load an extension I get an error telling me that it cannot be found. The extensions directory line of my PHP ini file is: extension_dir = C:\WINNT\system32\ I've tried forward slashes, back slashes, absolute paths and relative paths but nothing seems to make the error go away. The correct dll is definitely in the directory but PHP jusy won't find it.
Can anyone help? D.