PHP 8.3.4 Released!

Herramientas de instalación de PHP en Windows

Herramientas de instalación de PHP

Si quiere configurar PHP y está usando IIS, la forma más fácil es usar » El instalador de la plataforma web de Microsoft (WebPI).

» XAMPP, WampServer y BitNami configurarán las aplicaciones PHP para su uso con Apache en Windows.

La configuración de Nginx en Windows requiere un poco más de configuración. Vea la » documentación de Nginx para obtener ayuda adicional con la configuración.

add a note

User Contributed Notes 2 notes

up
6
karlcoupons127 at gmail dot com
8 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
up
-11
Arthur
5 months ago
Highly suggest installing winget from the Windows Store (Called "App Installer" there) and using `winget install php` from the terminal. Easiest way in my opinion
To Top