Windows PHP startup error - unable to find module

If the file is indeed in the exact path given above, then “the module could not be found” may not refer to the MongoDB extension itself, but one of its dependencies. As outlined in the Windows installation docs, the extension needs libsasl.dll to be found in the operating system’s PATH. Please check if the file is in the path and change the configuration if it isn’t. Thanks!