From 31b338b199ab18322c02562ec7380656abf57d7d Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Fri, 6 Dec 2019 09:10:20 +0530 Subject: [PATCH] Install PCOV from pecl for PHP7.4 on windows --- README.md | 2 +- src/scripts/win32.ps1 | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index d7b354c3..a48e2cfc 100644 --- a/README.md +++ b/README.md @@ -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`| diff --git a/src/scripts/win32.ps1 b/src/scripts/win32.ps1 index 70a8a95e..cd376d72 100644 --- a/src/scripts/win32.ps1 +++ b/src/scripts/win32.ps1 @@ -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