Click to See Complete Forum and Search --> : php 5.0.5, iis 5, mssql error


cens
11-22-2005, 03:36 PM
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.

cens
11-22-2005, 07:10 PM
I found the error, it was due to the IIS problem regarding setting up virtual directories, moved everything into inetoub and everything worked.