You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug symfony#10215 [Routing] reduced recursion in dumper (arnaud-lb)
This PR was submitted for the 2.3-dev branch but it was merged into the 2.3 branch instead (closessymfony#10215).
Discussion
----------
[Routing] reduced recursion in dumper
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | sensiolabs/SensioFrameworkExtraBundle/issues/275
| License | MIT
This reduces recursion in the route dumper, avoiding issues with xdebug's recursion limit.
Commits
-------
fa6eebc reduced recursion when building DumperPrefixCollection
9278b27 renamed variables - making next change more readable
0 commit comments