PHP 8.2.4 Released!

PHP-Installationsprogramme für Windows

PHP-Installationsprogramme

Um PHP-Anwendungen mit Apache als Webserver unter Windows zu installieren, bieten sich » XAMPP, WampServer und BitNami an.

Die Installation und Einrichtung von Nginx unter Windows erfordert ein wenig mehr Konfigurationsaufwand. Hilfe zur Installation ist in der » Nginx-Dokumentation zu finden.

add a note

User Contributed Notes 2 notes

up
-41
v4ri4bl3 at gmail dot com
9 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