Author: Derick Rethans (derickr) Date: 2025-08-12T14:29:33+01:00 Commit: https://github.com/php/web-php/commit/850d70db55e3aeb1668d13cc67ba399e6899fb7f Raw diff: https://github.com/php/web-php/commit/850d70db55e3aeb1668d13cc67ba399e6899fb7f.diff
Move new file into the instructions directory Changed paths: A include/download-instructions/windows.ps1 D install/windows.ps1 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 ea8aa84114..23e0e118cc 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://www.php.net/install/windows.ps1'))) -Version <?= $version; ?>" +powershell -c "& ([ScriptBlock]::Create((irm 'https://www.php.net/include/download-instructions/windows.ps1'))) -Version <?= $version; ?>" </code></pre> diff --git a/install/windows.ps1 b/include/download-instructions/windows.ps1 similarity index 100% rename from install/windows.ps1 rename to include/download-instructions/windows.ps1