I'm trying to enable MSSQL in my php.ini and I noticed the line extension=php_mssql.dll has a semi-colon in front of it. I uncomment it and restart Apache to get an error that says something like:
unable to load dynamic library ... php_mssql.dll
I've been all over trying to figure out how to get this .dll file as it's not in my php/ext directory... I downloaded the latest zip file for php and looked in the ext directory and can't find this dll... I've also tried searching it to no avail. Any help or direction is appreciated.