ID: 41367 User updated by: zhaoliang_97 at hotmail dot com -Summary: Application Mapping Reported By: zhaoliang_97 at hotmail dot com Status: Open Bug Type: IIS related Operating System: Windows Server 2003 PHP Version: 5.2.2 New Comment:
I have spent a whole afternoon to test PHP5.2.2 installer under windows 2000 server sp4(iis5 + isapi). Now my total test result of PHP5.2.2 installer is: windows server 2003 + iis6 + isapi : Need to change the wrong application mapping to work(don't forget to restart iis to load php.ini). windows 2000 server sp4 + iis5 + isapi : although the application mapping still wrong but change it is no use to make php work. Previous Comments: ------------------------------------------------------------------------ [2007-05-12 18:38:22] rickywalt1 at msn dot com see bug 41377 also. I found this bug also. Changed the path but it didn't help me. ------------------------------------------------------------------------ [2007-05-11 15:59:28] zhaoliang_97 at hotmail dot com Description: ------------ I installed PHP5.2.2 ISAPI on windows server 2003(IIS 6) using the PHP5.2.2 windows installer(offical). PHP installed under c:\php5. I didn't load any extensions and did no changes in php.ini. Then i place a test.php file which has only phpinfo() function in it under the web root directory. When i browse the page, iis report can't find this page. I found a thing that PHP5.2.2 windows installer automatically add a application map for iis6 (.php -> c:\php5\\php5isapi.dll). Note that double "\" in the path. iis can't use this path to analys php script file. The correct path should be "c:\php5\php5isapi.dll". When I change the map path manully, the php is working. I think the installer makes a wrong application map for iis6. Is this the installer's bug? ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=41367&edit=1