I would like to install Mongodb driver to Wamp so according the documentation I have downloaded mongo driver from this site and stored it in php/ext directory as the picture shows also in php.ini extension is included like next picture shows
but php_error.log still shows me an error: [07-Nov-2018 09:33:56 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'mongodb' (tried: c:/wamp64/bin/php/php7.2.4/ext/mongodb (The specified module could not be found.), c:/wamp64/bin/php/php7.2.4/ext/php_mongodb.dll (The specified procedure could not be found.)) in Unknown on line 0
What am I doing wrong? Is there misssing something?