Skip to content

Commit e19e8ed

Browse files
authored
Merge pull request #120 from mlocati/php8.4
Add support for PHP 8.4 (alpha2)
2 parents ab66218 + db8a006 commit e19e8ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PhpManager/private/PhpVersion.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ echo PHP_VERSION, chr(9), PHP_INT_SIZE * 8, chr(9), $matches[1];
338338
switch ($vcYear) {
339339
'2017' { $data.VCVersion = 15 }
340340
'2019' { $data.VCVersion = 16 }
341+
'2022' { $data.VCVersion = 17 }
341342
default { throw "Failed to recognize VCVersion from Visual C++ $vcYear" }
342343
}
343344
}

0 commit comments

Comments
 (0)