Hi all,
Currently, Im facing an error with PHP MongoDB DLL, I’m trying to set it up, but Im getting the following Error message:
PHP Warning: PHP Startup: Unable to load dynamic library 'php_mongodb.dll' (tried: ext\php_mongodb.dll (The specified module could not be found), ext\php_php_mongodb.dll.dll (The specified module could not be found.) in Unknown on line 0
I do have PHP 8.3.6 installed on C/PHP Im not using xampp or wampserver; I already tried to use multiple DLL from Releases · mongodb/mongo-php-driver · GitHub
Version that I already Tried are 1.18.0–7.4-ts-x64 and x86, 1.18.1–7.4-ts-x64 and x86
I tried adding extension=php_mongodb or extension=php_mongodb.dll into the php.init file, but is not working as well
Im using W11