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.9.1
(stable)
|
** Bug * [PHPC-1713] - Ensure Cursor::current returns null on invalid positions * [PHPC-1748] - Cursor::key returns valid values on invalid positions * [PHPC-1774] - platform field in connection meta data cuts off PHP version * [PHPC-1775] - php_phongo_dbpointer_init uses incorrect size for strncpy * [PHPC-1793] - Compile failure with PHP's master branch (8.1-dev) * [PHPC-1801] - Fix arginfo for Manager::selectServer
** Task * [PHPC-1739] - Move CI from travis-ci to GitHub Actions * [PHPC-1808] - Upgrade libbson and libmongoc to 1.17.4
** Improvement * [PHPC-1795] - Remove usages of xtrace in shell scripts |