[GH-1591] More fixing of Installation on Windows Azure. Renaming between different partitions + xcopy fail, so we need to copyAndRemove() manually.
parent
1071048e52
commit
882ce1b39f
|
@ -164,6 +164,8 @@ class Filesystem
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return $this->copyThenRemove($source, $target);
|
||||||
} else {
|
} else {
|
||||||
// We do not use PHP's "rename" function here since it does not support
|
// 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.
|
// the case where $source, and $target are located on different partitions.
|
||||||
|
|
Loading…
Reference in New Issue