ID: 45697 Comment by: japan at email dot de Reported By: beezlebob666 at yahoo dot com Status: Open Bug Type: IIS related Operating System: XP Pro PHP Version: 5.2.6 New Comment:
This sounds like a comparable Sympom of my error message Bug # 45615 of the 2008-07-24 Previous Comments: ------------------------------------------------------------------------ [2008-08-03 11:01:06] beezlebob666 at yahoo dot com Description: ------------ In ISAPI mode on IIS on XP, header() does not send anything to the browser. Pear not installed, zend not installed, all .dll files unloaded, default php.ini-dist used. Uninstalled and reinstalled as a CGI mode and it appears to work fine. Reproduce code: --------------- <?php header('HTTP/1.1 404 Not Found'); var_dump(headers_list()); ?> Expected result: ---------------- Expected to redirect to any 404 page. Actual result: -------------- Blank page with no content. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=45697&edit=1