mongodb 0.3.0

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-175: Fix header includes on Windows
* PHPC-175: Fix build on 32bit
* PHPC-175: Windows doesn't have these compiler attributes
* IPHPC-176: Copy build templates, add missing file & set build flags
* PHPC-200: Don't set stream initiator when creating client fails
* PHPC-199: Missing file from mongoc in config.m4
* Update naming after PHPC-174