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 676bc8d commit 850d70dCopy full SHA for 850d70d
include/download-instructions/windows-native.php
@@ -3,5 +3,5 @@
3
</p>
4
<pre><code class="language-powershell line-numbers">
5
# Download and install PHP.
6
-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; ?>"
7
</code></pre>
install/windows.ps1 renamed to include/download-instructions/windows.ps1
0 commit comments