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.0.0beta2
8 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 1.0.0beta2 change log


* PHPC-442: report PHP version in debug info
* PHPC-409: $readPreference is no longer sent to non-mongos nodes
* PHPC-438: Debug handler should display null for no WC error
* PHPC-436: Handle new writeConcernErrors array in mongoc_write_result_t
* PHPC-415: Add testcase
* PHPC-415: SSL/TLS already set-up for this stream
* PHPC-393: Ignore non-public properties when encoding BSON
* PHPC-430, PHPC-377: Do not convert Query filter arg to an object
* PHPC-377: Eliminate object casting and whole lot of zend hash helpers
* PHPC-373: Get rid of MAKE_STD_ZVAL() and use bson_t instead
* PHPC-430: Regression tests for Query arg corruption
* PHPC-379: I broke PHP5.3 build. Thats OK, since we don't support it.
* PHPC-427: Fix parsing of null WC journal param for PHP 5.4
* PHPC-428: Remove support for WriteConcern fsync option
* PHPC-427: Do not set WC journal/fsync to false for NULL args
* PHPC-423: WriteConcern should report default "w" option as null
* PHPC-426: WC ctor should throw for invalid $w and $wtimeout args
* PHPC-425: WC ctor should accept int/string $w args w/o casting
* PHPC-412: HHVM does not do SSL peer verification like PHP
* PHPC-410: Make BSON exception message consistent with HHVM
* PHPC-410: zval_to_bson() should throw on non-Serializable Type objects
* PHPC-410: object_to_bson() should throw on unsupported BSON\Type objects
* PHPC-410: object_to_bson() should encode non-stdClass objects
* PHPC-418: Getters for WriteConcern properties
* PHPC-418: Getters for ReadPreference properties
* PHPC-417: Return value objects from Manager RP/WC getters
* PHPC-408: Ensure object_to_bson() always creates a BSON document

requires:

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