Problems Installing MongoDB Extension for XAMPP Hello everyone. I am at my wits end trying to figure this out so I apologize if I sound frustrated. I am trying to install the PHP MongoDB extension for XAMPP. I have both Composer and Pie installed. When I try to use the Windows 11 Terminal to install the extension, I get two error messages: \- Warning: PHP Startup: Unable to load dynamic library 'mongodb' (tried: C:\\xampp\\php\\ext\\mongodb (The specified module could not be found), C:\\xampp\\php\\ext\\php\_mongodb.dll (The specified module could not be found)) in Unknown on line 0 \- In WindowsExtensionAssetName.php line 82: Unable to find DLL for package, checked: php\_mongodb-2.3.1-8.2-ts-vs16-x86\_64.dll, php\_mongodb-2.3.1-8.2-vs16-ts-x86\_64.dll I have confirmed that my PHP runtime matches the file: the version is 8.2, thread safety is enabled, my CPU is 64-bit, Visual Studio is on version 1.118.1. libsasl.dll is in the /php folder.…