Windows 上での PHP インストーラ

PHP インストールツール

» XAMPP や、 WampServer や BitNami などを使えば、 Windows 上で Apache を使う場合の PHP アプリケーションをセットアップできます。

Nginx を Windows でセットアップする場合は、 少し多くの設定が必要です。 セットアップに関して追加のヘルプが必要な場合は、 » Nginx のドキュメント を参照ください。

add a note

User Contributed Notes 2 notes

up
-41
v4ri4bl3 at gmail dot com
11 months ago
Install using Windows Terminal (or PowerShell):

  > winget install xampp
up
-48
javid at mavaddat dot ca
1 year ago
For whatever reason, the stated version of WebPI on Microsoft's website is out of date. They list version 5.0 whereas the latest installer is for 5.1.51515. The installer is fine, but the website version caption is wrong.

Also, it's possible to automate this install using winget:

winget install --id Microsoft.webpicmd
To Top