Cant register php_mssql.dll ?

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
RUH
Forum Newbie
Posts: 1
Joined: Wed Aug 06, 2003 4:14 am

Cant register php_mssql.dll ?

Post 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.
jollyjumper
Forum Contributor
Posts: 107
Joined: Sat Jan 25, 2003 11:03 am

Post 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.
Post Reply