Skip to content

Commit

Permalink
Add vcredist version for PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Nov 25, 2024
1 parent faba90c commit 789c409
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions automatic/php/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ function Get-Dependency() {
$dep = $url -split '\-' | Select-Object -last 1 -skip 1

$result = @{
'vs17' = @{ Id = 'vcredist140'; Version = '14.42.34433' }
'vs16' = @{ Id = 'vcredist140'; Version = '14.28.29325.2' }
'vc15' = @{ Id = 'vcredist140'; Version = '14.16.27012.6' }
'vc14' = @{ Id = 'vcredist140'; Version = '14.0.24215.1' }
Expand Down

0 comments on commit 789c409

Please sign in to comment.