ID:               33073
 Updated by:       [EMAIL PROTECTED]
 Reported By:      webmaster at cyberdogtech dot com
-Status:           Assigned
+Status:           Feedback
 Bug Type:         IIS related
 Operating System: Windows Server 2003
 PHP Version:      5.0.4
 Assigned To:      phildriscoll
 New Comment:

Does this happen with the latest release? (5.1.1)


Previous Comments:
------------------------------------------------------------------------

[2005-11-07 00:01:42] [EMAIL PROTECTED]

Phil, are you aware of this issue?

------------------------------------------------------------------------

[2005-05-20 10:34:06] [EMAIL PROTECTED]

Assigned the person behind the installer.. =)


------------------------------------------------------------------------

[2005-05-20 00:31:02] webmaster at cyberdogtech dot com

Description:
------------
I discovered this bug while using the PHP Windows Installer with 5.0.4
under IIS6 on Windows Server 2003 SP1.  The installer adds the ISAPI
extension to IIS for .php files, linking them to php-cgi.exe.  The
problem is, it does not set the option of "Verify that File Exists." 
This option causes IIS to validate the presence of the requested file. 
Without it set, as it stands now, php will always return an html page
even for non-existent files!  For example if I request
www.website.com/nothing.php (a file which doesn't exist), PHP will
still return empty HTML tags instead of the usual 404.  By activating
this IIS option, however, a 404 is returned properly instead of
invoking PHP on the missing file name.



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=33073&edit=1

Reply via email to