I am trying to install php to windows XP pro (iis 5.0.5) with mssql support and the mssql part is failing, and I don't know why. I have installed php and that works (phpinfo()) come up, and have uncommented php_mssql.dll in php.ini, which is in c:\php, and have set the permissions of the php\ext directory to full control for the IUSER person.
In spite of all of that, I am still getting a Call to undefined function mssql_get_last_message() error, which I think means that php is not picking up the dll.
I am running PHP in ISAPI mode, and reset the server after uncommenting the extension, and so far, it is the only extension that I have uncommented. Any help would be apprectiated.