1
0
Fork 0

Add bug ref

pull/5744/head^2
Jordi Boggiano 2016-09-29 08:06:44 +02:00
parent c774d41a9c
commit 902a5c32db
1 changed files with 1 additions and 0 deletions

View File

@ -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');