Skip to content

Commit

Permalink
Merge pull request #120 from mlocati/php8.4
Browse files Browse the repository at this point in the history
Add support for PHP 8.4 (alpha2)
  • Loading branch information
mlocati authored Jul 29, 2024
2 parents ab66218 + db8a006 commit e19e8ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PhpManager/private/PhpVersion.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ echo PHP_VERSION, chr(9), PHP_INT_SIZE * 8, chr(9), $matches[1];
switch ($vcYear) {
'2017' { $data.VCVersion = 15 }
'2019' { $data.VCVersion = 16 }
'2022' { $data.VCVersion = 17 }
default { throw "Failed to recognize VCVersion from Visual C++ $vcYear" }
}
}
Expand Down

0 comments on commit e19e8ed

Please sign in to comment.