mirror of
https://github.com/php/web-php.git
synced 2026-03-24 07:12:16 +01:00
8 lines
292 B
PHP
8 lines
292 B
PHP
<p>
|
|
On the command line, run the following commands:
|
|
</p>
|
|
<pre><code class="language-powershell line-numbers">
|
|
# Download and install PHP.
|
|
powershell -c "& ([ScriptBlock]::Create((irm 'https://www.php.net/include/download-instructions/windows.ps1'))) -Version <?= $version; ?>"
|
|
</code></pre>
|