ID: 33073 Comment by: sw1 at cyberdogtech dot com Reported By: webmaster at cyberdogtech dot com Status: No Feedback Bug Type: IIS related Operating System: Windows Server 2003 PHP Version: 5.0.4 Assigned To: phildriscoll New Comment:
Just tested with 5.1.2, and yes this issue still occurs. Previous Comments: ------------------------------------------------------------------------ [2005-12-27 01:00:05] php-bugs at lists dot php dot net No feedback was provided for this bug for over a week, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open". ------------------------------------------------------------------------ [2005-12-19 09:08:41] [EMAIL PROTECTED] Does this happen with the latest release? (5.1.1) ------------------------------------------------------------------------ [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
