|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-05-12 18:38 UTC] rickywalt1 at msn dot com
[2007-05-14 14:38 UTC] zhaoliang_97 at hotmail dot com
[2007-05-16 15:55 UTC] jmertic@php.net
[2007-05-16 16:22 UTC] zhaoliang_97 at hotmail dot com
[2007-05-16 17:36 UTC] jmertic@php.net
[2007-05-16 18:15 UTC] jmertic@php.net
[2007-05-21 18:30 UTC] jmertic@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 27 11:00:01 2025 UTC |
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?