I'm moving an application from a testing machine to a live server. Everything is working properly on the testing machine but I am unable to get the extension modules to load on the live server. I double checked to make sure the extensions=mssql.dll was uncommented and that the extensions path is set correctly but it still gives me an error 'unable to load dynamic library c:\php\extentions\mssql.dll'. I've got 3 libraries that load automatically and 2 of them are giving an error. Not sure what the problem is. Like I said everything works fine on the testing machine.
I'm using PHP 4.3.3, IIS 5.0
Any ideas?
Thanks