Author: Derick Rethans (derickr) Date: 2025-08-12T11:31:14+01:00 Commit: https://github.com/php/web-php/commit/52d389cc29a6f1d9268adbec634c251ecb0b4a77 Raw diff: https://github.com/php/web-php/commit/52d389cc29a6f1d9268adbec634c251ecb0b4a77.diff
Use full domain to prevent redirects Changed paths: M include/download-instructions/windows-native.php Diff: diff --git a/include/download-instructions/windows-native.php b/include/download-instructions/windows-native.php index c420f0a4cc..ea8aa84114 100644 --- a/include/download-instructions/windows-native.php +++ b/include/download-instructions/windows-native.php @@ -3,5 +3,5 @@ </p> <pre><code class="language-powershell line-numbers"> # Download and install PHP. -powershell -c "& ([ScriptBlock]::Create((irm 'https://php.net/install/windows.ps1'))) -Version <?= $version; ?>" +powershell -c "& ([ScriptBlock]::Create((irm 'https://www.php.net/install/windows.ps1'))) -Version <?= $version; ?>" </code></pre>
