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: 14593745
1.6.0alpha3
5 years ago
Download DLL for processor with 64 bits architecture (x64)
PHP 7.3
Loading...
PHP 7.2
Loading...
PHP 7.1
Loading...
Download DLL for processor with 32 bits architecture (x86)
PHP 7.3
Loading...
PHP 7.2
Loading...
PHP 7.1
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.6.0alpha3 change log


** New Feature
* [PHPC-1291] - Retryable Reads
* [PHPC-1292] - Support polling SRV records for mongos discovery
* [PHPC-1297] - Support sharded transactions recovery token
* [PHPC-1319] - Drivers should use majority write concern when retrying commitTransaction
* [PHPC-1324] - Support Retryable Writes on by Default
* [PHPC-1355] - Add the ability to specify a pipeline to an update command
* [PHPC-1371] - Drivers send recoveryToken on abortTransaction
* [PHPC-1382] - Allow applications to set maxTimeMS for commitTransaction

** Task
* [PHPC-1275] - Bump wire protocol version for 4.2
* [PHPC-1320] - Regenerate test certificates with SHA256 signatures
* [PHPC-1369] - Upgrade libmongoc to 1.15.0
* [PHPC-1377] - Remove support for PHP 5.5
* [PHPC-1390] - Remove 7.0 and add 7.3 on AppVeyor
* [PHPC-1392] - Avoid spurious failure in ConnectionTimeoutException test due to slow auth
* [PHPC-1399] - Test MongoDB 4.2 in Evergreen
* [PHPC-1412] - Fix test failures when retryable writes are enabled
* [PHPC-1413] - Fix test failures executing insert on secondary
* [PHPC-1414] - Skip tests when mongo orchestration is not available
* [PHPC-1415] - Fix test failures for sharded cluster without replica set

** Improvement
* [PHPC-1394] - Don't send $readPreference to standalone servers
* [PHPC-1422] - Raise an actionable error message when retryWrites fails due to using an unsupported storage engine

requires:

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