1.4.1
The PHP team is happy to announce that version 1.4.1 of the MongoDB PHP library is now available. This library is a high-level abstraction for the mongodb
extension.
Release Highlights
This release contains a fix for cloning MongoDB\Model\BSONArray
and MongoDB\Model\BSONDocument
objects that contain uncloneable PHP objects.
A complete list of resolved issues in this release may be found at:
https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=12483&version=20988
Documentation
Documentation for this library may be found at:
https://docs.mongodb.com/php-library/
Installation
This library may be installed or upgraded with:
composer require mongodb/mongodb=^1.4.1
Installation instructions for the mongodb
extension may be found in the PHP.net documentation.