Skip to content

1.0.0beta1

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

The PHP team is happy to announce that version 1.0.0-beta1 of our new "mongodb" PHP extension is now available on PECL.

Release Highlights

The behavior of Manager::getServers() has been changed to only return servers in known states (e.g. it returns nothing before initial discovery of a replica set). Additionally, Server::executeQuery() and Server::executeCommand() now take an optional ReadPreference argument.

This release also bumps our libmongoc dependency to 1.2.0-beta1.

A complete list of resolved issues in these releases may be found at:
https://github.com/mongodb-labs/mongo-php-driver-prototype/blob/master/RELEASE-1.0

Documentation

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

Feedback

As the "mongodb" extension is under heavy development, 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