mongodb/mongo-php-driver

Can not find mongo.dll for xamp

camohub opened this issue · 1 comments

where I can fin mongo.dll for xamp? I have a xamp with mongodb extension but it is old version. I need newer but can not find the mongo.dll anywhere.

A mongo.dll file likely refers to the legacy driver (i.e. ext-mongo), which has been unmaintained since 2018. Its documentation has since been removed from PHP.net, but an archive is still available on https://mongodb.github.io/mongo-php-driver-legacy/.

This repository is for the current driver (i.e. ext-mongodb). Documentation for installation on Windows may be found on https://www.php.net/manual/en/mongodb.installation.windows.php.

Additionally, we do not directly provide DLLs for either driver. Those are handled entirely by the PECL build team, and can be found via a "DLL" link next to each release. Since the legacy driver is still present on PECL, you can find those there as well; however, the target PHP versions will certainly be older since that driver was never updated for PHP 7.