Outils d'installation de PHP pour Windows

Outils d'installation de PHP

» XAMPP, WampServer et BitNami installera des applications PHP pour une utilisation avec Apache sous Windows.

Installer et configurer Nginx sur Windows nécessite un peu plus de configuration. Voir la » documentation d'Nginx pour obtenir une aide d'installation supplémentaire.

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