Mario Čuljak
Results
2
issues of
Mario Čuljak
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...