Hi Ian,
How much hacking is need do you think to make the latest release work with 5.1.6.? I suppose it depends on what packages I am using, bit desperate at this client refuses to upgrade.
Would it help you if you'd patch the code to use an array in stead of the iterator?
$container = iterator_to_array($this->getContainer());
ksort($container);
foreach ($container as $item) {
$items[] = $this->itemToString($item);
}
I'm not sure, but it's worth a try.
Gerard
