DDC-1525: Merge fails with "Maximum function nesting level reached" fatal error #1914

Closed
opened 2026-01-22 13:30:51 +01:00 by admin · 2 comments
Owner

Originally created by @doctrinebot on GitHub (Dec 9, 2011).

Originally assigned to: @beberlei on GitHub.

Jira issue originally created by user gedrox:

It is because of the line a99ffc126f (L0R1460) where non-strict comparison is done for collection objects.

I would suggest traversing the elements of the both collections and comparing them using the strict "===" operator.

Originally created by @doctrinebot on GitHub (Dec 9, 2011). Originally assigned to: @beberlei on GitHub. Jira issue originally created by user gedrox: It is because of the line https://github.com/doctrine/doctrine2/commit/a99ffc126f3ec3fa45fa806bfdba4fc31f1afaa4#L0R1460 where non-strict comparison is done for collection objects. I would suggest traversing the elements of the both collections and comparing them using the strict "===" operator.
admin added the Bug label 2026-01-22 13:30:51 +01:00
admin closed this issue 2026-01-22 13:30:52 +01:00
Author
Owner

@doctrinebot commented on GitHub (Dec 9, 2011):

Comment created by gedrox:

The 954b5077e4 by guilhermeblanco fixes the issue.

@doctrinebot commented on GitHub (Dec 9, 2011): Comment created by gedrox: The https://github.com/doctrine/doctrine2/commit/954b5077e495aa9fa4eb54ef4cb8ac309e9415ae by guilhermeblanco fixes the issue.
Author
Owner

@doctrinebot commented on GitHub (Dec 9, 2011):

Issue was closed with resolution "Fixed"

@doctrinebot commented on GitHub (Dec 9, 2011): Issue was closed with resolution "Fixed"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#1914