mongodb 1.1.8

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-720: Do not persist SSL streams to avoid SSL reinitialization errors
* PHPC-631: Regression tests for UTCDateTime::toDateTime()
* PHPC-631: Fix timelib_time.f assignment in UTCDateTime::toDateTime()