Author: Derick Rethans (derickr) Date: 2025-08-12T14:29:32+01:00 Commit: https://github.com/php/web-php/commit/40b487f387d292c0792c792ace7f0f354f581242 Raw diff: https://github.com/php/web-php/commit/40b487f387d292c0792c792ace7f0f354f581242.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>