Jordi Boggiano 8 سال پیش
والد
کامیت
902a5c32db
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/Composer/Autoload/AutoloadGenerator.php

+ 1 - 0
src/Composer/Autoload/AutoloadGenerator.php

@@ -101,6 +101,7 @@ class AutoloadGenerator
         $filesystem->ensureDirectoryExists($config->get('vendor-dir'));
         // Do not remove double realpath() calls.
         // Fixes failing Windows realpath() implementation.
+        // See https://bugs.php.net/bug.php?id=72738
         $basePath = $filesystem->normalizePath(realpath(realpath(getcwd())));
         $vendorPath = $filesystem->normalizePath(realpath(realpath($config->get('vendor-dir'))));
         $useGlobalIncludePath = (bool) $config->get('use-include-path');