Skip to content

Commit b35295b

Browse files
authored
Merge pull request #121 from mlocati/vs2022
Add support for Visual C++ version 17 (Visual Studio 2022)
2 parents 8a47411 + e38b431 commit b35295b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PhpManager/private/Install-PhpFromUrl.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@
6767
12 { $redistName = '2013' }
6868
14 { $redistName = '2015' } # PHP 7.0, PHP 7.1
6969
15 { $redistName = '2017' } # PHP 7.2, PHP 7.3
70-
16 { $redistName = '2019' } # PHP 7.4
70+
16 { $redistName = '2019' } # PHP 7.4, PHP 8.0, PHP 8.1, PHP 8.2, PHP 8.3
71+
17 { $redistName = '2022' } # PHP 8.4
7172
default {
7273
throw ('The Visual C++ ' + $PhpVersion.VCVersion + ' Redistributable seems to be missing: you have to install it manually (we can''t recognize its version)')
7374
}

0 commit comments

Comments
 (0)