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


* PHPC-285: Allow for PHP 7.x support in package.xml
* PHPC-285: VC14 needs timezone defined for SSL function
* PHPC-285: Fix syntax for empty struct initializer
* PHPC-400: Compare WriteConcern journal arg with IS_TRUE
* PHPC-405: Additional zval* to zval changes
* PHPC-397: Additional RETURN_STRING updates
* PHPC-393: Don't BSON-encode non-public properties in PHP 7
* PHPC-390: Fix OnUpdateString calls within OnUpdateDebug
* PHPC-373: Additional MAKE_STD_ZVAL() cleanup
* PHPC-374: zend_string updates for OnUpdateDebug
* PHPC-404: Additional hash API changes
* PHPC-370: Additionally return_value_ptr and return_value_used suppressions
* PHPC-369: Additional Z_<CLASSNAME>_OBJ_P() macros
* PHPC-399: Additional zval_used_for_init cleanup
* PHPC-431: Add the testcase from the report
* PHPC-431: Segfault when using Manager through singleton class
* PHPC-391 & PHPC-389: Stream and SSL API changes
* PHPC-387: Properly init the iterator, and don't free it on dtor
* PHPC-405: zval drop a level; zval*->zval, zval**->zval*
* PHPC-404: off-by-one hash api changes
* PHPC-390: php.ini updates
* PHPC-380: Use the compatability macros to get the object
* PHPC-400: Handle IS_TRUE and IS_FALSE
* PHPC-373: MAKE_STD_ZVAL() and zval* -> zval upgrades
* PHPC-397: RETURN_*() should RETURN ! :)
* PHPC-399: zval_used_for_init is no longer needed (or defined)
* PHPC-398: zend_parse_parameter 's' expects a char* and size_t now
* PHPC-373: MAKE_STD_ZVAL() is gone
* PHPC-397: RETURN_STRING() duplicate argument removed
* PHPC-387: get_current_data() API changes
* PHPC-397: dup argument in most string macros removed
* PHPC-380: Use our bc type for free_object argument
* PHPC-397: dup argument in most string macros removed
* PHPC-396: HashTable no longer contains nApplyCount
* PHPC-394: Fix issue with WriteException and zend_read_property
* PHPC-380: PHP7 create/free object changes
* PHPC-380: create/free object handlers for PHP7
* PHPC-385: Remove leftover braces
* PHPC-374: php_stream_xport_create() now wants zend_string
* PHPC-388 - dtor on bson_to_zval() failure
* PHPC-387: Iterator API changes
* PHPC-386: Forward port Z_PHPDATE_P() to get php_date_obj
* PHPC-385: add_assoc_string_ex() doesn't have a duplicate param in PHP7
* PHPC-384: php_stream's no longer have resource ids
* PHPC-383: Simplify getting the current exception zval*
* PHPC-376: Cursor var_dump() is weird
* PHPC-373: Remove MAKE_STD_ZVAL() usage
* PHPC-374: zend_string* vs char* PHP API changes (1/many)
* PHPC-375: TSRMLS_FETCH_FROM_CTX() not applicable in PHP7
* PHPC-372: zend_throw_exception() return value changes
* PHPC-371: Prep for PHP7 resource changes
* PHPC-370: Hardcode return_value_used to 1 in PHP7
* PHPC-370: return_value_ptr and return_value_used removed in PHP7
* PHPC-369: Use the new Z_<CLASSNAME>_OBJ_P() macros
* PHPC-369: Split PHP5 and PHP7 style custom object struct declrations
* PHPC-368: Refactor MongoDB\Driver\Manager ctor
* PHPC-285: Allow for PHP 7.x support in package.xml
* PHPC-285: VC14 needs timezone defined for SSL function
* PHPC-285: Fix syntax for empty struct initializer
* PHPC-400: Compare WriteConcern journal arg with IS_TRUE
* PHPC-405: Additional zval* to zval changes
* PHPC-397: Additional RETURN_STRING updates
* PHPC-393: Don't BSON-encode non-public properties in PHP 7
* PHPC-390: Fix OnUpdateString calls within OnUpdateDebug
* PHPC-373: Additional MAKE_STD_ZVAL() cleanup
* PHPC-374: zend_string updates for OnUpdateDebug
* PHPC-404: Additional hash API changes
* PHPC-370: Additionally return_value_ptr and return_value_used suppressions
* PHPC-369: Additional Z_<CLASSNAME>_OBJ_P() macros
* PHPC-399: Additional zval_used_for_init cleanup
* PHPC-431: Add the testcase from the report
* PHPC-431: Segfault when using Manager through singleton class
* PHPC-391 & PHPC-389: Stream and SSL API changes
* PHPC-387: Properly init the iterator, and don't free it on dtor
* PHPC-405: zval drop a level; zval*->zval, zval**->zval*
* PHPC-404: off-by-one hash api changes
* PHPC-390: php.ini updates
* PHPC-380: Use the compatability macros to get the object
* PHPC-400: Handle IS_TRUE and IS_FALSE
* PHPC-373: MAKE_STD_ZVAL() and zval* -> zval upgrades
* PHPC-397: RETURN_*() should RETURN ! :)
* PHPC-399: zval_used_for_init is no longer needed (or defined)
* PHPC-398: zend_parse_parameter 's' expects a char* and size_t now
* PHPC-373: MAKE_STD_ZVAL() is gone
* PHPC-397: RETURN_STRING() duplicate argument removed
* PHPC-387: get_current_data() API changes
* PHPC-397: dup argument in most string macros removed
* PHPC-380: Use our bc type for free_object argument
* PHPC-397: dup argument in most string macros removed
* PHPC-396: HashTable no longer contains nApplyCount
* PHPC-394: Fix issue with WriteException and zend_read_property
* PHPC-380: PHP7 create/free object changes
* PHPC-380: create/free object handlers for PHP7
* PHPC-385: Remove leftover braces
* PHPC-374: php_stream_xport_create() now wants zend_string
* PHPC-388 - dtor on bson_to_zval() failure
* PHPC-387: Iterator API changes
* PHPC-386: Forward port Z_PHPDATE_P() to get php_date_obj
* PHPC-385: add_assoc_string_ex() doesn't have a duplicate param in PHP7
* PHPC-384: php_stream's no longer have resource ids
* PHPC-383: Simplify getting the current exception zval*
* PHPC-376: Cursor var_dump() is weird
* PHPC-373: Remove MAKE_STD_ZVAL() usage
* PHPC-374: zend_string* vs char* PHP API changes (1/many)
* PHPC-375: TSRMLS_FETCH_FROM_CTX() not applicable in PHP7
* PHPC-372: zend_throw_exception() return value changes
* PHPC-371: Prep for PHP7 resource changes
* PHPC-370: Hardcode return_value_used to 1 in PHP7
* PHPC-370: return_value_ptr and return_value_used removed in PHP7
* PHPC-369: Use the new Z_<CLASSNAME>_OBJ_P() macros
* PHPC-369: Split PHP5 and PHP7 style custom object struct declrations
* PHPC-368: Refactor MongoDB\Driver\Manager ctor

requires:

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