Skip to content

1.3.0RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jmikola jmikola released this 14 Sep 20:16

The PHP team is happy to announce that version 1.3.0RC1 of the mongodb PHP extension is now available on PECL.

Release Highlights

This release includes compatibility fixes for PHP 7.2, which were uncovered by testing against PHP 7.2 RC1. Windows builds now support OpenSSL 1.1.x for PHP 7.1.2 and later.

Support for PHP 5.4 has been removed.

The ObjectID class has been renamed to ObjectId. As class names in PHP are case-insensitive, this change may go unnoticed; however, users are encouraged to use the canonical spelling.

This release upgrades our libbson and libmongoc dependencies to 1.8.0.

A complete list of resolved issues in this release may be found at:
https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=12484&version=18798

Documentation

Documentation is available on PHP.net:
http://php.net/set.mongodb

Feedback

We would appreciate any feedback you might have on the project:
https://jira.mongodb.org/secure/CreateIssue.jspa?pid=12484&issuetype=6

Installation

You can either download and install the source manually, or you can install the extension with:

pecl install mongodb-beta

or update with:

pecl upgrade mongodb-beta

Windows binaries are available on PECL:
http://pecl.php.net/package/mongodb