Searched refs:memory_limit (Results 1 – 10 of 10) sorted by relevance
477 if (!$memory_limit) {483 } elseif ($memory_limit >= 64) {485 } elseif ($memory_limit >= 32) {487 } elseif ($memory_limit >= 16) {489 } elseif ($memory_limit >= 8) {491 } elseif ($memory_limit >= 4) {506 if (!$memory_limit) {512 } elseif ($memory_limit >= 64) {514 } elseif ($memory_limit >= 32) {518 } elseif ($memory_limit >= 8) {[all …]
62 $memory_limit = ini_get('memory_limit');63 if (eregi('([0-9]+)M', $memory_limit, $matches)) {65 $memory_limit = $matches[1] * 1048576;67 if ($memory_limit <= 0) {69 } elseif ($memory_limit <= 3145728) {71 } elseif ($memory_limit <= 12582912) {
248 public $memory_limit = 0; variable in getID3284 $this->memory_limit = $memoryLimit;286 if ($this->memory_limit <= 0) {288 } elseif ($this->memory_limit <= 4194304) {290 } elseif ($this->memory_limit <= 12582912) {435 $this->info['php_memory_limit'] = (($this->memory_limit > 0) ? $this->memory_limit : false);2060 …if (($this->getid3->memory_limit > 0) && (($bytes / $this->getid3->memory_limit) > 0.99)) { // ena…2061 …'.$this->ftell().') that is more than available PHP memory ('.$this->getid3->memory_limit.')', 10);
976 …$max_stts_entries_to_scan = ($info['php_memory_limit'] ? min(floor($this->getid3->memory_limit / 1…978 …' entries due to limited PHP memory available ('.floor($this->getid3->memory_limit / 1048576).'MB)…
86 setting the variable ''memory_limit'' to a higher value. A manifestation of this problem
49 A: Your PHP installation does not have a high enough memory_limit60 that your memory_limit setting can handle, and/or you can171 To calculate the required size for memory_limit in php.ini,
73 * [bugfix: G41] fail when memory_limit = -1
137 …cement(phpversion(), '4.3.2', '>=') && !defined('memory_get_usage') && !@ini_get('memory_limit')) {142 …IG['max_source_pixels'] = round(max(intval(ini_get('memory_limit')), intval(get_cfg_var('memory_li…
23 …* Fixed regression in StreamHandler since 2.3.3 on systems with the memory_limit set to >=20GB (#1…
75 * bugfix (G:177) error checking for reading more than PHP memory_limit102 * bugfix (#1966) fread fail when PHP memory_limit -1201 * bugfix: #1845 - Quicktime parsing with no PHP memory_limit