mongodb 0.5.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-241: Include lib versions and uri in the logs
* PHPC-240: Rely on libmongoc for command cursor iteration
* PHPC-240: Regression tests for command cursor getmore
* PHPC-254: Remove unused RINIT and RSHUTDOWN handlers
* PHPC-253: bump mongoc after CDRIVER-611 fix
* PHPC-249: empty array should be serialized as array
* PHPC-248: Allow ->setTypeMap() to set 'array' and 'stdclass'
* PHPC-245: Allow embedding objects in updates
* PHPC-245: executeUpdate() converts objects to arrays
* PHPC-244: Cannot use object of type Person as array
* PHPC-243: Manager->executeUpdate() option is supposed to be 'multi'
* PHPC-239: Cursor refcount issues
* PHPC-237: Update PHP version requirement in package.xml