Skip to content

Commit

Permalink
Merge pull request #121 from mlocati/vs2022
Browse files Browse the repository at this point in the history
Add support for Visual C++ version 17 (Visual Studio 2022)
  • Loading branch information
mlocati authored Aug 30, 2024
2 parents 8a47411 + e38b431 commit b35295b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PhpManager/private/Install-PhpFromUrl.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
12 { $redistName = '2013' }
14 { $redistName = '2015' } # PHP 7.0, PHP 7.1
15 { $redistName = '2017' } # PHP 7.2, PHP 7.3
16 { $redistName = '2019' } # PHP 7.4
16 { $redistName = '2019' } # PHP 7.4, PHP 8.0, PHP 8.1, PHP 8.2, PHP 8.3
17 { $redistName = '2022' } # PHP 8.4
default {
throw ('The Visual C++ ' + $PhpVersion.VCVersion + ' Redistributable seems to be missing: you have to install it manually (we can''t recognize its version)')
}
Expand Down

0 comments on commit b35295b

Please sign in to comment.