handler mapping -> add module mapping ”; Finally confirm to save the settings."/> handler mapping -> add module mapping ”; Finally confirm to save the settings.">

Home  >  Article  >  Backend Development  >  How to install php5.4 in iis

How to install php5.4 in iis

藏色散人
藏色散人Original
2020-07-24 09:44:122261browse

How to install php5.4 in iis: First download the php5.4 installation package through the official website; then unzip it to the "D:\Program Files (x86)" path; then open the "iis home page-> Processing Program Mapping->Add Module Mapping"; finally confirm to save the settings.

How to install php5.4 in iis

Recommended: "PHP Tutorial"

win7 iis configuration php5.6 environment

Because there is a PHP page in the project, a PHP environment must be configured.

Download php first, the current version is 5.6. Download address http://windows.php.net/download/

The compressed package I downloaded. Unzip it to D:\Program Files (x86)

The new version of php does not have the phpisapi.dll file. FastCGI mode is used.

iis configuration method

iis homepage--handler mapping--add module mapping

Request path: *.php

Module: FastCgiModule

Executable file: D:\Program Files (x86)\php-5.6.5-x86\php-cgi.exe

Name: PHP_via_FastCGI

After input is completed, confirm.

The above is the detailed content of How to install php5.4 in iis. 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