Hi,
I have a problem using the php_mssql70.dll extension.
I have done the following
1- I put the php_mssql70.dll in my php extensions dir.
extension_dir=c:\php\extensions
2- I modify the php.ini to load the dll.
extension=php_mssql70.dll
But php tells me that:
Unable to load dynamic library 'c:\php\extensions/php_mssql70.dll' - The specified module could not be found.
But the dll is there!
I'm using php4.0.4pl1 on win2k server and iis5.
What may the solution to this?
Thanks in advance.