Installing the MongoDB PHP Driver on Windows

Precompiled binaries for each release are available from ? PECL for a variety of combinations of versions, thread safety, and VC libraries. Extract the archive and put php_mongodb.dll in your PHP extension directory ("ext" by default).

Add the following line to your php.ini file:

extension=php_mongodb.dll

注意: Additional DLL dependencies for Windows Users

為了使此擴展生效, DLL 文件必須能在 Windows 系統(tǒng)的 PATH 指示的路徑下找到。如何操作的信息,請參見題為“如何在 Windows 中將 PHP 目錄加到 PATH 中”的FAQ。雖然將 DLL 文件從 PHP 文件夾復制到 Windows 系統(tǒng)目錄也行,但不建議這樣做。 此擴展需要下列文件在 PATH 路徑中: libsasl.dll