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 2a13dd0 + 410de46 commit 4933e84Copy full SHA for 4933e84
.appveyor.yml
@@ -74,7 +74,9 @@ install:
74
$destination = "c:\tools\php\ext\php_pdo_sqlsrv-$($DLLVersion)-$($env:php)-nts-vs16-x64.zip"
75
Invoke-WebRequest $source -OutFile $destination
76
7z x -y php_pdo_sqlsrv-$($DLLVersion)-$($env:php)-nts-vs16-x64.zip > $null
77
- $DLLVersion = (Invoke-WebRequest "https://pecl.php.net/rest/r/pcov/stable.txt").Content
+
78
+ # Pin the version until https://github.com/krakjoe/pcov/issues/117 is resolved
79
+ $DLLVersion = "1.0.11"
80
Invoke-WebRequest https://windows.php.net/downloads/pecl/releases/pcov/$($DLLVersion)/php_pcov-$($DLLVersion)-$($env:php)-nts-vs16-$($env:platform).zip -OutFile pcov.zip
81
7z x -y pcov.zip > $null
82
Remove-Item c:\tools\php\* -include .zip
0 commit comments