windows 2k server, php 4.3.4, IIS 5.0
using php_mssql.dll in extensions.
extension is loading...checked with php -m
php is loaded as an ISAPI module
MSSQL does show up in phpinfo.php
php4isapi.dll, ntwdblib.dll are in c:\winnt\system32
Proper setup of SQL Server Alias in SQL network client.
PHP works except for connecting to the MSSQL DB in the browser.
My file works at the command line and I can pull data from the MSSQL DB. c:\test\ php request.php returns my data just fine.
when I use a browser to hit the page, there is no data from the MSSQL DB. This was working just a few days ago, but now, with no code changes, it has stopped.
PHP is working with IIS, because the rest of my page shows up with data pulled from a MySQL DB.
It seems to be a problem with php_mssql.dll but am not sure what it could be.
This is kind of crazy since it was working the other day. Is there some file I need to give the IUSR_COMPUTER access to, to make it work? I had to give that user access to c:\winnt\system32\cmd.exe to get system(), passthru(), and exec() to work.