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.4.0RC1
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.4.0RC1 change log


** Bug
* [PHPC-1038] - "documents" key in "command" in APM's commandStarted for "insert" is missing
* [PHPC-1049] - Build warnings with CLang/LLVM
* [PHPC-1050] - Advancing a new command cursor to check for an error may invoke getMore
* [PHPC-1067] - BSON document produces driver segfault
* [PHPC-1092] - Infinite loop iterating BSON object properties with foreach
* [PHPC-1093] - Bound checking on 32-bit platforms for APM's duration_micros
* [PHPC-1096] - Driver fails to build with libmongoc's bundled zlib

** Task
* [PHPC-227] - Mongo Orchestration should restart when Vagrant test VM boots
* [PHPC-962] - Document example of tailable cursor iteration
* [PHPC-1003] - Use container environment for Travis CI builds
* [PHPC-1013] - Test Driver Wire Version Overlap logic
* [PHPC-1024] - Document BSON exceptions for Cursor iteration
* [PHPC-1065] - Enable BSON corpus tests for deprecated types
* [PHPC-1069] - Enable Coverity scans for the driver
* [PHPC-1077] - Fix X509 test failures with libmongoc 1.9.0 and MongoDB 3.6
* [PHPC-1078] - Create constant for available read concern level
* [PHPC-1079] - Document that jsonSerialize() returns legacy extended JSON
* [PHPC-1080] - Document new (deprecated) BSON classes
* [PHPC-1081] - Investigate Fedora build failures for 1.4.0beta1
* [PHPC-1082] - Add a PHP version check to config.m4
* [PHPC-1084] - Upgrade switch/case fallthrough comments to use GCC 7's new attribute
* [PHPC-1097] - Report libmongoc's compression engines in phpinfo() output
* [PHPC-1098] - Fix test failures due to floating point precision
* [PHPC-1100] - Fix test failures when driver is compiled without SSL

** Improvement
* [PHPC-888] - Support additional TLS libraries for bundled libmongoc

requires:

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