File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ param (
24
24
[string ] $Path ,
25
25
[Parameter (Mandatory = $false , Position = 4 , HelpMessage = ' The PHP version' )]
26
26
[ValidateLength (1 , [int ]::MaxValue)]
27
- [string ] $Version = ' 8.3 '
27
+ [string ] $Version = ' 8.4 '
28
28
)
29
29
30
30
Function Get-File {
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ param (
24
24
[string ] $Path ,
25
25
[Parameter (Mandatory = $false , Position = 4 , HelpMessage = ' The PHP version' )]
26
26
[ValidateLength (1 , [int ]::MaxValue)]
27
- [string ] $Version = ' 8.3 '
27
+ [string ] $Version = ' 8.4 '
28
28
)
29
29
30
30
Function Get-File {
@@ -67,7 +67,7 @@ $ts = '-nts'
67
67
if ($ThreadSafe ) {
68
68
$ts = ' '
69
69
}
70
- if ($Version -match ' 8.[0-3 ]' ) {
70
+ if ($Version -match ' 8.[0-4 ]' ) {
71
71
Install-Php - Version $Version - Architecture $Architecture - ThreadSafe $ThreadSafe - InstallVC - Path $Path - TimeZone UTC - InitialPhpIni Production - Force
72
72
} else {
73
73
$file = " php-$Version .0-dev$ts -Win32-vs17-$Architecture .zip"
You can’t perform that action at this time.
0 commit comments