Home  >  Article  >  Backend Development  >  How to set up a php environment under windows

How to set up a php environment under windows

藏色散人
藏色散人Original
2020-08-01 09:23:473231browse

How to build a php environment under windows: first download and install ".NET Framework"; then download and install "Visual C Redistributable"; then download and install "WAMP Server"; and finally restart all services.

How to set up a php environment under windows

Recommended: "PHP Video Tutorial"

##Environment: windows server 2008

1. Download and install .NET Framework

My version is 4.6.1

2. Download and install Visual C Redistributable

After downloading: vc_redist.x64.exe, double-click to install.

How to set up a php environment under windows

3. Download and install WAMP Server (Windows-Apache-MySQL-Php)

The downloaded version is: WAMP3.0, double-click to install.

How to set up a php environment under windowsAfter the installation is complete, restart all services:

How to set up a php environment under windowsTest: Visit http://localhost in the browser to view the WAMP Server welcome page

Note: The above steps should be followed, otherwise errors will occur.

The above is the detailed content of How to set up a php environment under windows. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn