First of all, you must indicate the php extensions folder to you php.ini file.
extension_dir="some_location"
Then, put your downloaded dll module file into "some_location" folder.
Add the code below in php.ini file.
extension="your_module_name_that_you_downloaded.dll"
Be sure that your module is for your PHP version.
Restart your server, and check the phpinfo();