ID:               25287
 Updated by:       [EMAIL PROTECTED]
 Reported By:      guenter_doege at web dot de
-Status:           Open
+Status:           Bogus
 Bug Type:         IIS related
 Operating System: Windows 2k Server
 PHP Version:      4.3.3
 New Comment:

We are aware of PHP's problems with stability under IIS and are working

to rectify the problem. Unfortunatly your bug report does not contain
any
extra useful information and we already have enough bug reports open
about
this issue. If you can provide more detailed information such as a 
reproducable crash or a backtrace please do so and reopen this bug. 
Otherwise please keep trying new releases as we are working to resolve 
the problems on this platform
 
Thanks for your interest in PHP.




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

[2003-08-28 03:24:15] guenter_doege at web dot de

Description:
------------
This behaviour has already been reported in bug #4286, but was closed
due to missing user feedback.

When running PHP on IIS 5.0 and requesting a non-existing page, you get
back a blank page. In the IIS web-server log, the request is logged
with http status 200 instead of 404. Requesting pages that are not
assigned to PHP (like .html) will produce the standard 404 error page.


Configuration:
* Internet information Server 5.0 running on Win/2k server
* PHP 4.3.3 installed as ISAPI module and assigned only to .php files
* IIS is still set to it's standard handling for the 404 error (btw, it
does not help to set this to "default" which means showing the browsers
built-in 404 error page instead of the IIS error page)

Reproduce code:
---------------
http://localhost/blah.html

--> 404 error page is shown and 404 status is written to the webserver
log


http://localhost/blah.php
--> Blank Page is shown, status 200 is written to the webserver log



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


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

Reply via email to