Hi,
PLATFORM
Windows 2000
PHP 4.0.6
SQL Server 2000 (desktop ed for this purpose)
I was getting the same load error, even though my EXTENSIONS directory had the DLL specified in PHP.INI.
I found that I needed the DLL's that shipped with the PHP distribution but didn't get installed into the PHP.EXE directory --
C:\SOFTWARE\BIN\PHP
and
C:\SOFTWARE\BIN\PHP\EXTENSIONS
in my case
I'm not sure which of the DLL's was needed to cure the problem. I just installed the whole lot of them in that directory. The load error disappears. It remains to be seen whether MS SQL is actually working from PHP.
Mark