Home
last modified time | relevance | path

Searched refs:memory_limit (Results 1 – 10 of 10) sorted by relevance

/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php477 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 …]
/plugin/jukebox/id3/
H A Dgetid3.php62 $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) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php248 public $memory_limit = 0; variable in getID3
284 $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);
H A Dmodule.audio-video.quicktime.php976 …$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)…
/plugin/sphinxsearch-was/
H A DINSTALL86 setting the variable ''memory_limit'' to a higher value. A manifestation of this problem
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.faq.txt49 A: Your PHP installation does not have a high enough memory_limit
60 that your memory_limit setting can handle, and/or you can
171 To calculate the required size for memory_limit in php.ini,
H A Dphpthumb.changelog.txt73 * [bugfix: G41] fail when memory_limit = -1
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default137 …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…
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md23 …* Fixed regression in StreamHandler since 2.3.3 on systems with the memory_limit set to >=20GB (#1…
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt75 * bugfix (G:177) error checking for reading more than PHP memory_limit
102 * bugfix (#1966) fread fail when PHP memory_limit -1
201 * bugfix: #1845 - Quicktime parsing with no PHP memory_limit