Home >Backend Development >PHP Problem >What to do if the installation of php mangaer fails

What to do if the installation of php mangaer fails

藏色散人
藏色散人Original
2021-11-23 10:32:551775browse

Solution to the failed installation of php mangaer: 1. Install .NET2.0 and .NET3.5; 2. Modify the registry to "HKLM/System/CCS/Services/W3SVC/Parameters/MajorVersion"; 3. , reinstall it.

What to do if the installation of php mangaer fails

The operating environment of this article: Windows 10 system, PHP7.1, Dell G3 computer.

What should I do if the installation of php mangaer fails?

Solution to the failure of installing PHP Manager on Windows 10

First install .NET 2.0 and .NET 3.5, in Control Panel----Programs-- --Enable or turn off Windows features

and then modify the registry:

HKLM/System/CCS/Services/W3SVC/Parameters/MajorVersion
(HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/W3SVC/Parameters/MajorVersion)

The value is 10, change it to 9 or 8, and then reinstall it

Recommended learning: "PHP Video Tutorial"

The above is the detailed content of What to do if the installation of php mangaer fails. 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