PHP をインストールするためのサードパーティーツール

警告

サードパーティによるビルドは非公式であり、PHP プロジェクトによって 直接サポートされません。発生したバグは、 » 公式ダウンロードページ からのビルドで再現できなければ、非公式ビルドの提供元に報告してください。

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

add a note

User Contributed Notes 1 note

up
2
karlcoupons127 at gmail dot com
2 years 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