We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c139991 commit e4e3e7eCopy full SHA for e4e3e7e
Loader/XmlFileLoader.php
@@ -614,6 +614,8 @@ public function validateSchema(\DOMDocument $dom)
614
array_shift($parts);
615
$locationstart = 'phar:///';
616
}
617
+ } elseif ('\\' === \DIRECTORY_SEPARATOR && 0 === strpos($location, '\\\\')) {
618
+ $locationstart = '';
619
620
$drive = '\\' === \DIRECTORY_SEPARATOR ? array_shift($parts).'/' : '';
621
$location = $locationstart.$drive.implode('/', array_map('rawurlencode', $parts));
0 commit comments