mongodb

pecl install mongodb

MongoDB driver for PHP

The purpose of this driver is to provide exceptionally thin glue between MongoDB
and PHP, implementing only fundamental and performance-critical components
necessary to build a fully-functional MongoDB driver.

Maintainer

  • Andreas Braun (lead )
  • Jeremy Mikola (lead )
  • Derick Rethans (lead ) [inactive]
  • Hannes Magnusson (lead ) [inactive]
  • Katherine Walker (developer ) [inactive]
  • Jeremy Mikola (developer ) [inactive]
  • Derick Rethans (lead ) [inactive]
  • Hannes Magnusson (lead ) [inactive]

Details

Stars: 853
Issue openned: 6
Downloads: 14593761
1.5.2
6 years ago
Download DLL for processor with 64 bits architecture (x64)
PHP 7.2
Loading...
PHP 7.1
Loading...
PHP 7.0
Loading...
PHP 5.6
Loading...
Download DLL for processor with 32 bits architecture (x86)
PHP 7.2
Loading...
PHP 7.1
Loading...
PHP 7.0
Loading...
PHP 5.6
Loading...
Request a build
Request to the website owner's team the built this extension with this parameters. The result is not guaranteed and can be impossible for many reasons. The extension source code is frequently not upto date with the most recent PHP version.
If you have another code source for this extension, provide it in comment.
Please (or register) to request a build.
Version 1.5.2 change log


** Bug
* [PHPC-1110] - advanceOperationTime test failure
* [PHPC-1239] - Passing empty driversOptions array to Manager constructor overrides SSL options in URI
* [PHPC-1241] - OpenSSL 1.1 not found if pkg-config is not available
* [PHPC-1243] - Calling session methods after Session::endSession() causes use-after-free crash

** Task
* [PHPC-1184] - Add alternative topologies to Travis CI
* [PHPC-1205] - Allow unencoded subdelimiters in usernames and passwords
* [PHPC-1227] - Document that transactions do not allow per-op read/write concerns
* [PHPC-1244] - Use majority WC to drop/create collections for transaction tests
* [PHPC-1246] - Document class tree for exception classes
* [PHPC-1248] - Add test to ensure that URI constant is successfully parsed
* [PHPC-1249] - Fix tests running against MongoDB 3.0 replicaset
* [PHPC-1251] - Upgrade libmongoc to 1.12.0

requires:

  • php >=5.5.0<=7.99.99
  • pearinstaller >=1.4.8