How to Install PHP 5.2.17 on IIS 7
First, modify the php.ini file.. Rename php.ini-dist under c:/php to php.ini (you need to set file extensions to be visible first), open it with Notepad, find extension_dir = “./”, then change ./ inside to c:/php (modify the path according to your actual situation) 1. Add the required …