[Tickets #11744] Autoloader cache does not respect cache file prefix

bugs at horde.org bugs at horde.org
Thu Nov 22 11:32:51 UTC 2012


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/11744
------------------------------------------------------------------------------
  Ticket             | 11744
  Created By         | Thomas Jarosch <thomas.jarosch at intra2net.com>
  Summary            | Autoloader cache does not respect cache file prefix
  Queue              | Horde Framework Packages
  Version            | Git master
  Type               | Bug
  State              | Unconfirmed
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


Thomas Jarosch <thomas.jarosch at intra2net.com> (2012-11-22 11:32) wrote:

Hi,

I've configured the horde cache to use files in /tmp and prefix them  
with "horde":

$conf['cache']['default_lifetime'] = 86400;
$conf['cache']['params']['dir'] = '/tmp';
$conf['cache']['params']['sub'] = 0;
$conf['cache']['params']['prefix'] = 'horde';
$conf['cache']['driver'] = 'File';
$conf['cache']['compress'] = true;
$conf['cache']['use_memorycache'] = '';


Still one file in /tmp ignores the 'horde' prefix. Judging from the content,
it's the autoloader cache (it contains an array with the class names  
as key and the full path to the file as value).

Thomas






More information about the bugs mailing list