mongo-php-library
mongo-php-library copied to clipboard
The Official MongoDB PHP library
https://jira.mongodb.org/browse/PHPLIB-820 Depends on https://github.com/mongodb/mongo-php-driver/pull/1339, but I'd rather not update the CI configs to temporarily test against my fork. Feel free to review the code for now and hold off on...
PHPLIB-912 This is one possible way to fix the issue of certain tests sporadically failing on sharded clusters. My initial attempt to only pass a `startAtOperationTime` still caused failures, as...
I am using mongodb with php. I have a collection and inside this collection I store information like user_id and items. I want to get items from a specific user...
PHPLIB-899 This PR changes the detection logic for Atlas Data Lake to no longer use `buildInfo`, but rather rely on an externally set environment variable, as ADL no longer supports...
### Bug Report We have integrated the MongoDB data lake archive into our system. We are connecting the MongoDB archive connection and listing out the records in it. it is...
https://jira.mongodb.org/browse/PHPLIB-1169 POC for mongodb/specifications#1555 Note: PHPLIB currently has validation to prohibit empty pipelines for these operations, so these tests would necessitate removing that logic (re: [PHPLIB-881](https://jira.mongodb.org/browse/PHPLIB-881)).
### Bug Report Hello, I have an issue with execution of a simple findOne query which worked correctly before mongodb upgrade to 6.0.3. There are no errors when the script...
https://jira.mongodb.org/browse/PHPLIB-1033 https://jira.mongodb.org/browse/PHPLIB-1042 Also adds a replica set w/ auth to the Evergreen matrix, which is needed to run some of the synced tests. Patch build: https://spruce.mongodb.com/version/6389522157e85a1fff7d0c01/tasks
Clarification on fieldPaths, if a document with structure something like: ``` // { name: 'test', relationships: [ { type: 'person', age: 32 }, { type: 'asset', value: 15 } ],...
### Bug Report Hi 👋 , Was going through the documentation for the MongoDB PHP Library and came across [this example](https://www.mongodb.com/docs/php-library/current/reference/method/MongoDBDatabase-aggregate/#examples), which seems to result in a syntax error when...