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

藏色散人
Release: 2023-03-14 06:12:01
Original
1783 people have browsed it

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)
Copy after login

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!

Related labels:
php
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template