PHP Velho Oeste 2024

Instrumente de instalare a PHP pe Windows

Instrumente de instalare a PHP

Dacă doriți să configurați PHP și utilizați IIS cea mai ușoară modalitate este de a utiliza » Microsoft Web Platform Installer (WebPI).

» XAMPP, WampServer și BitNami vor configura aplicațiile PHP pentru a fi utilizate cu Apache pe Windows.

Instalarea și configurarea Nginx în Windows necesită mai multe configurări. Accesați » documentația Nginx pentru ajutor suplimentar de configurare.

add a note add a note

User Contributed Notes 3 notes

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
up
1
Arthur
6 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
up
-62
v4ri4bl3 at gmail dot com
1 year ago
Install using Windows Terminal (or PowerShell):

  > winget install xampp
To Top