Install PCOV from pecl for PHP7.4 on windows

This commit is contained in:
Shivam Mathur 2019-12-06 09:10:20 +05:30
parent 6d8250310d
commit 31b338b199
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A
2 changed files with 1 additions and 4 deletions

View File

@ -42,7 +42,7 @@ Setup PHP with required extensions, php.ini configuration and composer in [GitHu
|5.6|`Stable`|`End of life`|
|7.0|`Stable`|`End of life`|
|7.1|`Stable`|`End of life`|
|7.2|`Stable`|`Security fixes only `|
|7.2|`Stable`|`Security fixes only`|
|7.3|`Stable`|`Active`|
|7.4|`Stable`|`Active`|

View File

@ -45,9 +45,6 @@ else {
Set-PhpIniKey -Key 'date.timezone' -Value 'UTC' -Path $php_dir
Enable-PhpExtension -Extension openssl, curl -Path $php_dir
Update-PhpCAInfo -Path $php_dir -Source CurrentUser
if ([Version]$installed.Version -ge '7.4') {
Copy-Item "$dir\..\src\ext\php_pcov.dll" -Destination "$($installed.ExtensionsPath)\php_pcov.dll"
}
Add-Log $tick "PHP" $status
Install-Composer -Scope System -Path $php_dir -PhpPath $php_dir