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
0.6.0
9 years ago
Download DLL for processor with 64 bits architecture (x64)
PHP 5.6
Loading...
PHP 5.5
Loading...
Download DLL for processor with 32 bits architecture (x86)
PHP 5.6
Loading...
PHP 5.5
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 0.6.0 change log


* PHPC-282: Test for multiple Cursor::toArray() calls
* PHPC-255: Cursors cannot rewind after starting iteration
* PHPC-282: Remove tests for multiple iterators on the same Cursor
* PHPC-282: Cursor should not yield multiple iterators
* PHPC-284: Create MongoDB\Driver\Exception\LogicException class
* PHPC-283: UnexpectedValueException for invalid bsonSerialize() return value
* PHPC-280: WriteConcern should always set journal/fsync boolean args
* PHPC-179: Show unset journal/fsync as null in WriteConcern debug handler
* PHPC-274: Regression test for root BSON\Serializable encoding
* PHPC-275: object_to_bson() handling for invalid bsonSerialize() retval
* PHPC-274: Fix zval_to_bson() encoding of BSON\Serializable objects
* PHPC-278: nModified may be null for legacy writes
* PHPC-269: Travis mojo again
* PHPC-272: Move exceptions into MongoDB\Driver\Exception namespace

requires:

  • php >=5.3.0<=5.99.99
  • pearinstaller >=1.4.8