Searched refs:config_cache_maxsize (Results 1 – 2 of 2) sorted by relevance
174 public $config_cache_maxsize = null; variable in phpthumb803 …/ 86400, 1)).' days; '.(null === $this->config_cache_maxsize ? 'NULL' : number_format($this->confi…822 …if (($this->config_cache_maxage > 0) || ($this->config_cache_maxsize > 0) || ($this->config_cache_…900 if ($this->config_cache_maxsize > 0) {904 if ($TotalCachedFileSize > $this->config_cache_maxsize) {915 …dKeys['maxsize']).' files based on (config_cache_maxsize='.$this->config_cache_maxsize.')', __FILE…4245 …>config_cache_maxsize = '.$this->phpThumbDebugVarDump($this->config_cache_maxsize);
102 * Bugfix (G:11): config_cache_maxsize does not count wasted space