6.0.0-beta4
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
3/14/26
History
Attachments
Comment
Watch
Download
Comment on [#14605] Horde not loading vhosts confs
*
Your Email Address
*
Spam protection
Enter the letters below:
. ..__. ..__ \ / \ /| | |[__) >< \/ |__|\__|| / \
Comment
> The problem is that foreach() operates on a copy of the array, so it > can't be modified within the loop. However, the solution isn't to > revert back to the deprecated php language construct. It needs to be > changed to something like: > > $k =0; > for ($v = reset($flist); $v; $v = next($flist)) { > . > if ($k++ == $end) { > . > } > > } > > I can fix this when I'm back in front of my dev box late > tonight/tomorrow if no one else beats me to it.
Attachment
Watch this ticket
New Ticket
My Tickets
Search
Query Builder
Reports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers