Skip to content

Commit 0f469e7

Browse files
committed
Add missing comment for PHP 8.5
1 parent d1918e0 commit 0f469e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PhpManager/private/Install-PhpFromUrl.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
14 { $redistName = '2015' } # PHP 7.0, PHP 7.1
6969
15 { $redistName = '2017' } # PHP 7.2, PHP 7.3
7070
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
71+
17 { $redistName = '2022' } # PHP 8.4, PHP 8.5
7272
default {
7373
throw ('The Visual C++ ' + $PhpVersion.VCVersion + ' Redistributable seems to be missing: you have to install it manually (we can''t recognize its version)')
7474
}

0 commit comments

Comments
 (0)