瀏覽代碼

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;