[GH-1591] More fixing of Installation on Windows Azure. Renaming between different partitions + xcopy fail, so we need to copyAndRemove() manually.

main
Benjamin Eberlei 11 years ago
parent 1071048e52
commit 882ce1b39f

@ -164,6 +164,8 @@ class Filesystem
return;
}
return $this->copyThenRemove($source, $target);
} else {
// We do not use PHP's "rename" function here since it does not support
// the case where $source, and $target are located on different partitions.

Loading…
Cancel
Save