Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8238 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97311 invoked by uid 1010); 27 Feb 2004 17:46:56 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 97242 invoked from network); 27 Feb 2004 17:46:56 -0000 Received: from unknown (HELO prp0.prp.physik.tu-darmstadt.de) (130.83.243.130) by pb1.pair.com with SMTP; 27 Feb 2004 17:46:56 -0000 Received: from prp0.prp.physik.tu-darmstadt.de (localhost [127.0.0.1]) by prp0.prp.physik.tu-darmstadt.de (8.12.3/8.12.3/SuSE Linux 0.6) with ESMTP id i1RHktKf002871; Fri, 27 Feb 2004 18:46:55 +0100 Received: (from swalk@localhost) by prp0.prp.physik.tu-darmstadt.de (8.12.3/8.12.3/Submit) id i1RHktHT002870; Fri, 27 Feb 2004 18:46:55 +0100 Date: Fri, 27 Feb 2004 18:46:55 +0100 To: Nuno Lopes Cc: Rasmus Lerdorf , PHPdev Message-ID: <20040227174655.GA2817@prp0.prp.physik.tu-darmstadt.de> References: <001301c3fd39$d808e290$0100a8c0@pc07653> <000001c3fd59$926cdaf0$0100a8c0@pc07653> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000001c3fd59$926cdaf0$0100a8c0@pc07653> User-Agent: Mutt/1.3.27i Subject: Re: [PHP-DEV] Fw: [PHP-DOC] #27345 [Opn]: Status header with PHP CGI From: swalk@prp.physik.tu-darmstadt.de (Stefan Walk) On Fri, Feb 27, 2004 at 03:56:07PM -0000, Nuno Lopes wrote: > So, what shall I do? > Mark this bug as bogus or update the documentation. If yes, what should I > add/remove/modify? > > Nuno There's no problem with the documentation, the behaviour is wrong. when doing header('HTTP/1.1 404 Not Found'); in CGI, just 'Status: 404' is outputted where it should output 'Status: 404 Not Found' -- Regards, Stefan Walk