<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>Horde not loading vhosts confs</title> 
  <pubDate>Fri, 10 Apr 2026 11:23:05 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/14605</link> 
  <atom:link rel="self" type="application/rss+xml" title="Horde not loading vhosts confs" href="https://bugs.horde.org/ticket/14605/rss" /> 
  <description>Horde not loading vhosts confs</description> 
 
   
   
  <item> 
   <title>Since Horde_Core-2.27.7 other than config/registry-vhost.php</title> 
   <description>Since Horde_Core-2.27.7 other than config/registry-vhost.php, no other vhosts files are read. This can be traced back to this commit.

https://github.com/horde/horde/commit/d92682fda55e0ed156f92f17bd97a30bf84549ce#diff-f9a576be4845e5fd565c524a2133f4a6</description> 
   <pubDate>Fri, 31 Mar 2017 15:04:12 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/14605#t91743</link> 
  </item> 
   
  <item> 
   <title>Patch
</title> 
   <description>Patch
</description> 
   <pubDate>Fri, 31 Mar 2017 15:06:29 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/14605#t91744</link> 
  </item> 
   
  <item> 
   <title>The problem is that foreach() operates on a copy of the arra</title> 
   <description>The problem is that foreach() operates on a copy of the array, so it can&#039;t be modified within the loop. However, the solution isn&#039;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&#039;m back in front of my dev box late tonight/tomorrow if no one else beats me to it.</description> 
   <pubDate>Fri, 31 Mar 2017 15:59:30 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/14605#t91745</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (master):

commit b34fd24db43c</title> 
   <description>Changes have been made in Git (master):

commit b34fd24db43c266a4d1b7fadadc0308048a566c1
Author: Michael J Rubinsky &lt;mrubinsk@horde.org&gt;
Date:   Fri Mar 31 22:43:49 2017 -0400

    Bug: 14605 Fix regression in loading vhost files.

 framework/Core/lib/Horde/Registry/Loadconfig.php | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/b34fd24db43c266a4d1b7fadadc0308048a566c1</description> 
   <pubDate>Sat, 01 Apr 2017 02:45:24 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/14605#t91746</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
