Bug #52185

PositionalArraySorter should detect recursive dependencies

Added by Bastian Waidelich almost 2 years ago.

Status:New Start date:2013-09-23
Priority:Could have Due date:
Assigned To:- % Done:

0%

Category:Utility
Target version:-
PHP Version: Complexity:
Has patch:No Affected Flow version:Git master

Description

The PositionalArraySorter currently doesn't detect endless loops triggered by a configuration like

1

I consider this a minor bug because PHP detects the recursion and issues a warning:

PHP Warning:  array_walk_recursive(): recursion detected...

Also available in: Atom PDF