: This article describes how to install phpmanager on IIS10 in Windows 10. For more information about PHP tutorials, see. IIS in Windows 10: Microsoft-IIS/10.0.
Then, this 10 will make the original support component unable to be installed. when the php manager component is installed, the prompt "you must install IIS7 or above to install it" is prompted ".
Is it true that it cannot be installed on the new IIS? Obviously not.
Since IIS7, Microsoft's IIS has not changed much and has the same architecture. almost all components available for IIS7 can be installed on IIS7.7, 8, 8.5, and 10.
Installation method:
Open regedit)
Find:
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ W3SVC \ Parameters
The MajorVersion on the right is the DWORD value, and its decimal value is 10. change it to 9.
Then you can run the php manager installation program to install php manager successfully!
Remember to change it back after installation.
The above describes how to install php manager on IIS10 in Windows 10, including some content. I hope to help some friends who are interested in PHP tutorials.