소스 검색

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;