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 995f93b commit 90675b2Copy full SHA for 90675b2
extension/BuildPhpExtension/private/Add-ExtensionDependencies.ps1
@@ -33,7 +33,7 @@ Function Add-ExtensionDependencies {
33
Default {
34
$url = "https://downloads.php.net/~windows/pecl/deps/$_"
35
Invoke-WebRequest -Uri $url -OutFile $_ -UseBasicParsing
36
- Expand-Archive -Path $_ -DestinationPath "..\deps"
+ Expand-Archive -Path $_ -DestinationPath "..\deps" -Force
37
if(Test-Path "..\deps\LICENSE") {
38
Rename-Item -Path "..\deps\LICENSE" -NewName "LICENSE.$library"
39
}
0 commit comments