1
0
Fork 0

Forward memory limit even if it was overwritten when restarting without xdebug, fixes #6004

pull/6010/merge
Jordi Boggiano 2016-12-30 12:43:11 +01:00
parent 37bbf1a7c9
commit 2c39c43a9e
1 changed files with 2 additions and 0 deletions

View File

@ -171,6 +171,8 @@ class XdebugHandler
$content .= $this->getIniData($file, $replace);
}
$content .= PHP_EOL.'memory_limit='.ini_get('memory_limit').PHP_EOL;
return @file_put_contents($this->tmpIni, $content);
}