PHP 8.3.7 Released!

Windows 上での PHP インストーラ

PHP インストールツール

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

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

add a note

User Contributed Notes 1 note

up
3
karlcoupons127 at gmail dot com
10 months ago
I had success installing PHP on windows with chocolatey, the package manager for windows. As of this comment, the version choco provided was 8.2.7, which is the latest.

One command from an elevated powershell: 'choco install php'

https://community.chocolatey.org/packages/php
To Top