mongodb 1.4.4

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

** Bug
* [PHPC-1163] - Do not allow a session to be used with an unacknowledged write concern

** Task
* [PHPC-1168] - Advise macOS users to install using PECL
* [PHPC-1197] - Check for unistd.h when compiling bundled zLib