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.5.2
(stable)
|
** Bug * [PHPC-1110] - advanceOperationTime test failure * [PHPC-1239] - Passing empty driversOptions array to Manager constructor overrides SSL options in URI * [PHPC-1241] - OpenSSL 1.1 not found if pkg-config is not available * [PHPC-1243] - Calling session methods after Session::endSession() causes use-after-free crash
** Task * [PHPC-1184] - Add alternative topologies to Travis CI * [PHPC-1205] - Allow unencoded subdelimiters in usernames and passwords * [PHPC-1227] - Document that transactions do not allow per-op read/write concerns * [PHPC-1244] - Use majority WC to drop/create collections for transaction tests * [PHPC-1246] - Document class tree for exception classes * [PHPC-1248] - Add test to ensure that URI constant is successfully parsed * [PHPC-1249] - Fix tests running against MongoDB 3.0 replicaset * [PHPC-1251] - Upgrade libmongoc to 1.12.0 |