Searched refs:startup_warning (Results 1 – 2 of 2) sorted by relevance
258 protected $startup_warning = ''; variable in getID3291 …$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);
54 $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);