mongo-php-adapter
mongo-php-adapter copied to clipboard
:link: Adapter to provide ext-mongo interface on top of mongo-php-library
I can see following in composer.json "mongodb/mongodb": "^1.0.1" How can we upgrade to higher mongodb extension example: 1.13 (which supports MongoDB 5+) ?
This pull requests propose changes to configuration options for MongoClient regarding `readPreferenceTags`. Currently, read preference tags can be configured using string of comma-delimited sequence of colon-delimited key/value pairs. Example: ```php...
Hi, looks like when passing `readPreferenceTags` as `$option` parameter to `MongoClient` is interpreted as string of comma separated values. According to [mongoclient.construct](https://mongodb.github.io/mongo-php-driver-legacy/mongoclient.construct.html) it should be array of strings. Is it...
Hi! I have tried to setup this adapter in a legacy app. When I am executing MongoDB ODM queries in the setup with the mongo-php-adapter, I have the error below...