Login  |  Packages  |  Support  |  Bugs
Top Level :: Database :: mongodb :: 1.1.1 :: Windows

mongodb 1.1.1 for Windows

Package Information
Summary MongoDB driver for PHP
Maintainers Jeremy Mikola (lead) [details]
Katherine Walker (developer) [details]
Andreas Braun (lead) [details]
Derick Rethans (lead) [inactive] [wishlist] [details]
Hannes Magnusson (lead) [inactive] [details]
License Apache License
Description 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.
Homepage https://www.mongodb.com/docs/drivers/php-drivers/
Release notes
Version 1.1.1
(stable)
* 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
 
DLL List
PHP 7.0 7.0 Non Thread Safe (NTS) x64
7.0 Thread Safe (TS) x64
7.0 Non Thread Safe (NTS) x86
7.0 Thread Safe (TS) x86
PHP 5.6 5.6 Non Thread Safe (NTS) x64
5.6 Thread Safe (TS) x64
5.6 Non Thread Safe (NTS) x86
5.6 Thread Safe (TS) x86
PHP 5.5 5.5 Non Thread Safe (NTS) x64
5.5 Thread Safe (TS) x64
5.5 Non Thread Safe (NTS) x86
5.5 Thread Safe (TS) x86

In case of missing DLLs, consider to contact the PHP for Windows Team.


[ Latest Tarball ] [ Changelog ] [ View Statistics ]
[ Browse Source ] [ Package Bugs ] [ View Documentation ]

Dependencies for release 1.1.1
PRIVACY POLICY  |  CREDITS
Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Jun 01 07:05:01 2020 UTC
Bandwidth and hardware provided by: pair Networks