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 ecb4199 commit f42e0f2Copy full SHA for f42e0f2
1 file changed
appveyor-install.ps1
@@ -2,6 +2,7 @@ $ErrorActionPreference = 'Stop'
2
3
# Install PHP
4
$client = New-Object System.Net.WebClient
5
+$client.Headers.Add('User-Agent', "AppVeyor CI PowerShell $($PSVersionTable.PSVersion) $([Environment]::OSVersion.VersionString)")
6
$phpUrl = "http://windows.php.net/downloads/releases/php-$env:PHP_VERSION-nts-Win32-VC$env:VC_VERSION-x86.zip"
7
$target = Join-Path $PWD 'php.zip'
8
Write-Output "Downloading $phpUrl"
0 commit comments