• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

PHP 4.3.1 and Microsoft SQL Server 2000

PowerMacG5

Diamond Member
I have recently decided to install snort and ACID on my Windows Server 2003 box. I have a MS SQL Server box too. Now, everything so far works, except when I went to start ACID, it told me that PHP wasn't built with MS SQL support. So, does anyone know where I can download a Win 32 binary with MS SQL support? I tried uncommenting the MS SQL extension in php.ini, but that didn't work. Anyone know what to do?
 
Check and make sure that you have the file called "php_mssql.dll" in your /extensions/ folder inside your PHP directory.

 
Yeah, that file is there. I also made sure that in php.ini that it is uncommented. I don't know if this means anything, but I am using the ISAPI filter, instead of the CGI program. I couldn't for the life of me get the CGI working.
 
Hmm.. check if the file NTWDBLIB.DLL is in your Windows system directory (C:\WINNT\System32\ or where ever you installed Windows at).
 
Originally posted by: kt
Hmm.. check if the file NTWDBLIB.DLL is in your Windows system directory (C:\WINNT\System32\ or where ever you installed Windows at).

Yes, NTWDBLIB.DLL exists in C:\Windows\System32\. I installed the MS SQL Server Slient tools on the snort machine (SQL server is on another machine). Somewhere in the snort machine, php isn't allowing MS SQL. Could it be because I am using the ISAPI filter, instead of the CGI program? As I said before, I can't get the CGI program working at all (IIS gives me a 404 error when I try to access any php page).
 
Back
Top