Forward memory limit even if it was overwritten when restarting without xdebug, fixes #6004
parent
37bbf1a7c9
commit
2c39c43a9e
|
@ -171,6 +171,8 @@ class XdebugHandler
|
||||||
$content .= $this->getIniData($file, $replace);
|
$content .= $this->getIniData($file, $replace);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$content .= PHP_EOL.'memory_limit='.ini_get('memory_limit').PHP_EOL;
|
||||||
|
|
||||||
return @file_put_contents($this->tmpIni, $content);
|
return @file_put_contents($this->tmpIni, $content);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue