瀏覽代碼

Fix detection of junction points, fixes #7025

Narration SD 7 年之前
父節點
當前提交
fd61a21bff
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/Composer/Util/Filesystem.php

+ 1 - 0
src/Composer/Util/Filesystem.php

@@ -665,6 +665,7 @@ class Filesystem
          * Stat cache should be cleared before to avoid accidentally reading wrong information from previous installs.
          */
         clearstatcache(true, $junction);
+        clearstatcache(false);
         $stat = lstat($junction);
 
         return !($stat['mode'] & 0xC000);