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.
2 parents ab66218 + db8a006 commit e19e8edCopy full SHA for e19e8ed
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