Skip to content

Releases: mongodb/mongo-php-driver

1.19.4

09 Sep 11:04
Compare
Choose a tag to compare

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

Release Highlights

This release fixes an issue when creating DateTime instances from a MongoDB\BSON\UTCDateTime instance for dates before the Unix Epoch, and optimises comparison of MongoDB\BSON\Int64 instances with scalar values to avoid casting, which could lose precision on 32-bit systems.

The bundled libmongoc and libmongocrypt versions were updated to 1.27.6 and 1.10.1 respectively.

A complete list of resolved issues in this release may be found in JIRA.

Documentation

Documentation is available on PHP.net.

Installation

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

pecl install mongodb-1.19.4

or update with:

pecl upgrade mongodb-1.19.4

Windows binaries are attached to the GitHub release notes.

1.19.3

17 Jun 08:47
Compare
Choose a tag to compare

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

Release Highlights

This version contains no user-facing changes but was made for internal compliance reasons.

Documentation

Documentation is available on PHP.net.

Installation

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

pecl install mongodb-1.19.3

or update with:

pecl upgrade mongodb-1.19.3

Windows binaries are attached to the GitHub release notes.

1.19.2

06 Jun 14:15
Compare
Choose a tag to compare

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

Release Highlights

This release updates the bundled libmongoc version to 1.27.2.

A complete list of resolved issues in this release may be found in JIRA.

Documentation

Documentation is available on PHP.net.

Installation

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

pecl install mongodb-1.19.2

or update with:

pecl upgrade mongodb-1.19.2

Windows binaries are attached to the GitHub release notes.

1.19.1

28 May 17:13
Compare
Choose a tag to compare

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

Release Highlights

The release restores the ability to build the extension statically.

A complete list of resolved issues in this release may be found in JIRA.

Documentation

Documentation is available on PHP.net.

Installation

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

pecl install mongodb-1.19.1

or update with:

pecl upgrade mongodb-1.19.1

Windows binaries are attached to the GitHub release notes.

1.19.0

13 May 14:28
Compare
Choose a tag to compare

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

Release Highlights

A getDatabaseName() method has been added to the CommandSucceededEvent and CommandFailedEvent classes.

This release updates the bundled versions of libmongoc and libmongocrypt to 1.27.1 and 1.10.0, respectively.

A future minor release plans to raise the minimum supported MongoDB Server version from 3.6 to 4.0. This is in accordance with MongoDB Software Lifecycle Schedules.

A complete list of resolved issues in this release may be found in JIRA.

Documentation

Documentation is available on PHP.net.

Installation

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

pecl install mongodb-1.19.0

or update with:

pecl upgrade mongodb-1.19.0

Windows binaries are attached to the GitHub release notes.

1.18.1

12 Apr 08:46
451fec4
Compare
Choose a tag to compare

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

Release Highlights

This release updates the bundled libmongoc version to 1.26.2.

A complete list of resolved issues in this release may be found in JIRA.

Documentation

Documentation is available on PHP.net.

Installation

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

pecl install mongodb-1.18.1

or update with:

pecl upgrade mongodb-1.18.1

Windows binaries are attached to the GitHub release notes.

1.18.0

27 Mar 16:00
1.18.0
b07f626
Compare
Choose a tag to compare

The PHP team is happy to announce that version 1.18.0 of the mongodb PHP extension is now available on PECL. This complements the 1.18.0 library release.

Release Highlights

This release updates bundled versions of libmongoc and libmongocrypt to 1.26.1 and 1.9.1, respectively.

A complete list of resolved issues in this release may be found in JIRA.

Documentation

Documentation is available on PHP.net.

Installation

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

pecl install mongodb-1.18.0

or update with:

pecl upgrade mongodb-1.18.0

Windows binaries are attached to the GitHub release notes.

1.17.3

15 Mar 19:19
1.17.3
df0f2ab
Compare
Choose a tag to compare

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

Release Highlights

This release updates bundled versions of libmongoc and libmongocrypt to 1.25.4 and 1.8.4, respectively.

A complete list of resolved issues in this release may be found in JIRA.

Documentation

Documentation is available on PHP.net.

Installation

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

pecl install mongodb-1.17.3

or update with:

pecl upgrade mongodb-1.17.3

Windows binaries are attached to the GitHub release notes.

1.17.2

20 Dec 17:38
1.17.2
6201407
Compare
Choose a tag to compare

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

Release Highlights

This release fixes a performance regression that was introduced in 1.17.0.

A complete list of resolved issues in this release may be found in JIRA.

Documentation

Documentation is available on PHP.net.

Installation

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

pecl install mongodb-1.17.2

or update with:

pecl upgrade mongodb-1.17.2

Windows binaries are attached to the GitHub release notes.

1.17.1

05 Dec 18:38
1.17.1
bef411f
Compare
Choose a tag to compare

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

Release Highlights

This release upgrades our libbson and libmongoc dependencies to 1.25.2.

A complete list of resolved issues in this release may be found in JIRA.

Documentation

Documentation is available on PHP.net.

Installation

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

pecl install mongodb-1.17.1

or update with:

pecl upgrade mongodb-1.17.1

Windows binaries are attached to the GitHub release notes.