Jordi Boggiano %!s(int64=8) %!d(string=hai) anos
pai
achega
902a5c32db
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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');