We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab66218 commit db8a006Copy full SHA for db8a006
1 file changed
PhpManager/private/PhpVersion.ps1
@@ -338,6 +338,7 @@ echo PHP_VERSION, chr(9), PHP_INT_SIZE * 8, chr(9), $matches[1];
338
switch ($vcYear) {
339
'2017' { $data.VCVersion = 15 }
340
'2019' { $data.VCVersion = 16 }
341
+ '2022' { $data.VCVersion = 17 }
342
default { throw "Failed to recognize VCVersion from Visual C++ $vcYear" }
343
}
344
0 commit comments