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.
2 parents 36aa8b4 + 9963f91 commit e149322Copy full SHA for e149322
.appveyor.yml
@@ -78,7 +78,9 @@ install:
78
$destination = "c:\tools\php\ext\php_pdo_sqlsrv-$($DLLVersion)-$($env:php)-nts-vc15-x64.zip"
79
Invoke-WebRequest $source -OutFile $destination
80
7z x -y php_pdo_sqlsrv-$($DLLVersion)-$($env:php)-nts-vc15-x64.zip > $null
81
- $DLLVersion = (Invoke-WebRequest "https://pecl.php.net/rest/r/pcov/stable.txt").Content
+
82
+ # Pin the version until https://github.com/krakjoe/pcov/issues/117 is resolved
83
+ $DLLVersion = "1.0.11"
84
Invoke-WebRequest https://windows.php.net/downloads/pecl/releases/pcov/$($DLLVersion)/php_pcov-$($DLLVersion)-$($env:php)-nts-vc15-$($env:platform).zip -OutFile pcov.zip
85
7z x -y pcov.zip > $null
86
Remove-Item c:\tools\php\* -include .zip
0 commit comments