Kaynağa Gözat

Disable GC when computing deps, refs #3482

Jordi Boggiano 10 yıl önce
ebeveyn
işleme
ac676f47f7
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  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;