Home
last modified time | relevance | path

Searched refs:startup_warning (Results 1 – 2 of 2) sorted by relevance

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php258 protected $startup_warning = ''; variable in getID3
291 …$this->startup_warning .= 'PHP has less than 12MB available memory and might run out if all module…
343 …$this->startup_warning .= '"'.$helperappsdir.'" cannot be defined as GETID3_HELPERAPPSDIR because …
363 …$this->startup_warning .= 'GETID3_HELPERAPPSDIR must not have any spaces in it - use 8dot3 naming …
425 if (!empty($this->startup_warning)) {
426 foreach (explode("\n", $this->startup_warning) as $startup_warning) {
427 $this->warning($startup_warning);
/plugin/jukebox/id3/
H A Dgetid3.php54 $this->startup_warning = '';
72 …$this->startup_warning .= 'PHP has less than 12MB available memory and might run out if all module…
159 if (!empty($this->startup_warning)) {
160 $this->warning($this->startup_warning);