Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[Lock] Update the MongoDbStore to work with the latest version of the mongodb extension #36702

Copy link
Copy link
Closed
@jakzal

Description

@jakzal
Issue body actions

The MongoDbStore is not compatible with the latest versions of mongodb extension. The latest mongodb extension uses a new way of creating the client.

Instead of MongoDB\Client we now have MongoDB\Driver\Manager.

Some options to consider:

  1. Make the store work for both interfaces.
  2. Migrate the store to the new interface.
  3. Create a new MongoDbStore implementation for the latest version of the interface.
  4. Use an adapter: https://github.com/alcaeus/mongo-php-adapter.
  5. Drop mongodbstore.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.