| 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.1.2 (stable) |
* PHPC-496: Revert "Temporary workaround for warning in mongoc"
* PHPC-534: Enable configure without SASL and support --with-mongodb-sasl=no
* PHPC-529: Prefix BSON functions to avoid symbol conflicts
* PHPC-528: Support zval references when appending BSON
* PHPC-527: fix call to add_index_stringl
* PHPC-527: Fix PHP 7 / 32bits build |