Reputation: 1
I am trying to install mongo driver in xampp.I put php_mongo.dll
in ext folder of php and added extension=php_mongo.dll
in php.ini
file.Now I restarted the xampp and I am getting this error
Php Startup : Unable to load dynamic library 'D:\xampp\php\ext\php_mongo.dll ' - The specified module could not be found.
Please help me out with it.Am I missing any step.?
Upvotes: 0
Views: 7365
Reputation: 1
Go to this link: https://learn.microsoft.com/en-us/sql/connect/php/system-requirements-for-the-php-sql-driver?view=sql-server-2017
Create a php page and copy paste this code:
It will give the php version.
Upvotes: 0
Reputation: 71
please visit "https://pecl.php.net/package/mongodb", choose corresponding version mongodb .dll
use phpinfo() to check "Thread Safety" ,if "enabled" upload "Thread Safe(TS)" version ,otherwise upload "Thread Safe(NTS)"
I know my english is poor ,so I hope this could help you.
Upvotes: 7