mirror of
https://github.com/shivammathur/setup-php.git
synced 2026-03-06 03:32:49 +07:00
Fix enabling http
This commit is contained in:
@@ -40,6 +40,7 @@ Function Repair-ICU() {
|
||||
}
|
||||
|
||||
Function Add-Http() {
|
||||
Add-Extension iconv >$null 2>&1
|
||||
Add-Extension raphf >$null 2>&1
|
||||
if($version -lt '8.0') {
|
||||
Add-Extension propro >$null 2>&1
|
||||
|
||||
Reference in New Issue
Block a user