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: 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.
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!