1
0
Fork 0

Disable GC when computing deps, refs #3482

pull/3486/head
Jordi Boggiano 2014-12-02 10:23:21 +00:00
parent 91dd999eb6
commit ac676f47f7
1 changed files with 2 additions and 0 deletions

View File

@ -160,6 +160,8 @@ class Installer
*/
public function run()
{
gc_disable();
if ($this->dryRun) {
$this->verbose = true;
$this->runScripts = false;