| Package Information |
| Summary |
MongoDB driver for PHP |
| Maintainers |
Derick Rethans <[email protected]> (lead) [wishlist] [details] Jeremy Mikola (lead) [details] Hannes Magnusson <[email protected]> (lead) [details]
|
| License |
Apache License |
| Description |
The purpose of this driver is to provide exceptionally thin glue between MongoDB
and PHP, implementing only fundemental and performance-critical components
necessary to build a fully-functional MongoDB driver. |
| Homepage |
http://docs.mongodb.org/ecosystem/drivers/php/ |
Release notes Version 1.2.2 (stable) |
** Bug
* [PHPC-849] - Cursor::setTypeMap() leaks current element if called during iteration
* [PHPC-851] - Segfault when ReadPreference tag sets are an immutable array
* [PHPC-852] - Do not depend on date and standard extensions in config.w32
* [PHPC-853] - config.w32 fails to generate all libmongoc and libbson version constants
* [PHPC-854] - Client persistence crashes with ZTS (e.g. Apache) |