Home
last modified time | relevance | path

Searched refs:config_cache_maxsize (Results 1 – 2 of 2) sorted by path

/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt102 * Bugfix (G:11): config_cache_maxsize does not count wasted space
/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php174 public $config_cache_maxsize = null; variable in phpthumb
803 …/ 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);