Page 1 of 1
Cant register php_mssql.dll ?
Posted: Wed Aug 06, 2003 4:14 am
by RUH
I have been trying to register the php_mssql.dll but keep getting an error message telling me "Loadlibrary("path/dll")failed-The specified module cannot be found" I can register and unregistered any other DLL without a problem and the DLL is in the right place. Any ideas? I've downloaded the DLL twice now and it’s saying the same for both.
Posted: Wed Aug 06, 2003 6:28 am
by jollyjumper
Hi RUH,
I've had the same error for another dll. It was because the dll version was for a different version of php(I believe the dll was for 4.1 and I had 4.3).
What I did was check my php version with phpinfo(); and downloaded the complete package of the php site for that version, with all the extensions in it, and copied the necessary dll file to my php extensions folder. Don't know if the mssql.dll is in the package though.
Hope this helps you.
Greetz Jolly.