Package Information |
Summary |
MongoDB driver for PHP |
Maintainers |
Jeremy Mikola (lead)
[details]
Katherine Walker (developer)
[details]
Andreas Braun (lead)
[details]
Derick Rethans <
derick at php dot net >
(lead)
[wishlist]
[details]
Hannes Magnusson <
bjori at php dot net >
(lead)
[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 |
http://docs.mongodb.org/ecosystem/drivers/php/
|
Release notes
Version 1.2.4
(stable)
|
** Bug * [PHPC-894] - BSON get_properties handlers leak during gc_possible_root() checks * [PHPC-898] - readConcern option should not be included in getMore commands
** Task * [PHPC-897] - Document that connections are initialized lazily * [PHPC-899] - Remind users about BSON comparison behavior |