mongodb 1.0.0RC0

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-465: Remove WriteConcernException and WriteErrorException
* PHPC-465: Remove Manager's single write methods
* PHPC-440: WriteErrorException extends abstract WriteException
* PHPC-462: Remove unused DuplicateKeyException
* PHPC-310: Make BSON types final and disable serialization for now
* PHPC-310: Exception classes need not be final
* PHPC-444: Support options array in BulkWrite and executeInsert()
* PHPC-407: Rename X509 error test and fix cert path
* PHPC-454: Remove WriteResult::getInfo() method
* PHPC-441: slaveOk bit is now set on hinted secondary query
* PHPC-256: Productions debug logs
* PHPC-441: Skip (xfail) these tests while the ticket is being worked on