ID: 32122 User updated by: OvdSpek at LIACS dot NL Reported By: OvdSpek at LIACS dot NL -Status: Bogus +Status: Open Bug Type: Documentation problem Operating System: Linux, Windows XP, 2003 PHP Version: 5CVS-2005-03-01 New Comment:
> 2. you can achieve the same effect with Status header only in PHP 3. No, it doesn't mean that. That statement means that the status header method always works, except in PHP 3, where it only works if PHP is ran as module. Previous Comments: ------------------------------------------------------------------------ [2005-03-15 14:08:12] [EMAIL PROTECTED] This is in the docs: "header that starts with the string HTTP/ ... In PHP 3, this only works when PHP is compiled as an Apache module. You can achieve the same effect using the Status header." IMHO it's obvious that 1. "this" means "header that starts with the string HTTP/" and 2. you can achieve the same effect with Status header only in PHP 3. ------------------------------------------------------------------------ [2005-03-10 12:49:17] [EMAIL PROTECTED] I don't think that's expected to work for anything other than the CGI SAPI, so I think this is a docs bug if anything. Certainly sapi_header_op doesn't special-case Status:; so this isn't apache2-SAPI-specific. ------------------------------------------------------------------------ [2005-03-04 17:08:25] OvdSpek at LIACS dot NL But this bug report wasn't about that, it was about "Status: 404 Not Found" not working. If that's not supposed to work, please mention that in the documentation. ------------------------------------------------------------------------ [2005-03-04 16:51:25] [EMAIL PROTECTED] This works: <?php header("HTTP/1.0 404 Not Found"); ?> ------------------------------------------------------------------------ [2005-02-28 22:09:22] OvdSpek at LIACS dot NL :( GET /temp/404.php HTTP/1.1 HTTP/1.1 200 OK Date: Mon, 28 Feb 2005 21:04:06 GMT Server: Apache/2.0.53 (Win32) PHP/5.1.0-dev X-Powered-By: PHP/5.1.0-dev Status: 404 Not Found Content-Length: 0 Keep-Alive: timeout=15, max=96 Connection: Keep-Alive Content-Type: text/html; charset=ISO-8859-1 ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/32122 -- Edit this bug report at http://bugs.php.net/?id=32122&edit=1