1.2.0-alpha1
Pre-releaseThe PHP team is happy to announce that version 1.2.0-alpha1 of our MongoDB PHP library is now available. This library is a high-level abstraction for the PHP 5, PHP 7, and HHVM drivers (i.e. mongodb
extension).
Release Highlights
This release adds support for seeking and partial file retrieval of GridFS files (PHPLIB-213). This means that PHP's fseek()
and ftell()
functions can now be used on readable GridFS streams (e.g. resources returned by Bucket::openDownloadStream()
). Seeking is not supported for writable streams, which are append-only and always positioned at the end of the stream.
A complete list of resolved issues in this release may be found at:
https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=12483&version=18050
Documentation
Documentation for this library may be found at:
https://docs.mongodb.com/php-library/
Feedback
If you encounter any bugs or issues with this library, please report them via this form:
https://jira.mongodb.org/secure/CreateIssue.jspa?pid=12483&issuetype=1
Installation
This library may be installed or upgraded with:
composer require mongodb/mongodb=^1.2.0-alpha1
Installation instructions for the PHP and HHVM driver may be found in the PHP.net documentation.