mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-09-06 12:54:07 +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