mongodb 1.1.2

MongoDB driver for PHP


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.

Windows builds are attached to GitHub releases: https://github.com/mongodb/mongo-php-driver/releases

License: Apache License

Changes

* 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