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.
1 parent 4558204 commit 8925e97Copy full SHA for 8925e97
bin/setup-runtime.ps1
@@ -51,10 +51,11 @@ if ($action -eq 'add-path') {
51
}
52
53
# get php 8.1 specific version
54
-$API = (Invoke-WebRequest -Uri "https://www.php.net/releases/index.php?json&version=8.4") | ConvertFrom-Json
55
56
# php windows download
57
-$PHPRuntimeUrl = "https://windows.php.net/downloads/releases/php-" + $API.version + "-nts-Win32-vs16-x64.zip"
+$PHPRuntimeUrl = "https://windows.php.net/downloads/releases/archives/php-8.4.4-nts-Win32-vs17-x64.zip"
+Write-Host "Downloading PHP from: " -NoNewline
58
+Write-Host $PHPRuntimeUrl -ForegroundColor Cyan
59
$ComposerUrl = "https://getcomposer.org/download/latest-stable/composer.phar"
60
61
# create dir
0 commit comments