Преглед изворни кода

Disable GC when computing deps, refs #3482

Jordi Boggiano пре 10 година
родитељ
комит
ac676f47f7
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      src/Composer/Installer.php

+ 2 - 0
src/Composer/Installer.php

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