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 fa3933b commit 40b487fCopy full SHA for 40b487f
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://php.net/install/windows.ps1'))) -Version <?= $version; ?>"
+powershell -c "& ([ScriptBlock]::Create((irm 'https://www.php.net/install/windows.ps1'))) -Version <?= $version; ?>"
7
</code></pre>
0 commit comments