Skip to content

Conversation

mongodb-php-bot
Copy link
Collaborator

Merge new changes from v2.1 into v2.x.

Commits

Resolving conflicts

To resolve any conflicts, check out the temporary branch and run the following command:
git merge v2.x 

Ignoring changes

To ignore from the remote branch, first reset the temporary branch to v2.x and manually merge using the `ours` merge strategy:
git reset --hard v2.x git merge --strategy=ours v2.1 

Then, push the temporary branch to upate the pull request.

@mongodb-php-bot mongodb-php-bot requested a review from a team as a code owner October 8, 2025 12:57
@mongodb-php-bot mongodb-php-bot requested review from paulinevos and removed request for a team October 8, 2025 12:57
@jmikola
Copy link
Member

jmikola commented Oct 8, 2025

Going to ignore changes here, as PHPC v2.x is already on libmongoc 2.0.x.

The fix in 1.30.6 was also merged up to 2.1.2; however, the bump to libmongoc 2.1.x is currently blocked on some Windows build failures. I'll merge this without pulling in changes and then revise #1868 to libmongoc 2.1.2 and focus efforts on addressing those build failures so we can get the fix into PHPC v2.x ASAP.

@jmikola jmikola requested review from jmikola and removed request for paulinevos October 8, 2025 14:14
@mongodb-php-bot mongodb-php-bot merged commit 2d193a3 into v2.x Oct 8, 2025
71 of 72 checks passed
@mongodb-php-bot mongodb-php-bot deleted the merge-v2.1-into-v2.x-1759928244715 branch October 8, 2025 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants