Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5061 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44563 invoked by uid 1010); 29 Oct 2003 10:26:16 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 44529 invoked from network); 29 Oct 2003 10:26:16 -0000 Received: from unknown (HELO stack.fission.org.uk) (195.82.120.217) by pb1.pair.com with SMTP; 29 Oct 2003 10:26:16 -0000 Received: from pc13.oxfordarch.adsl.entanet.co.uk ([195.74.122.222] helo=pulse) by stack.fission.org.uk with esmtp (Exim 3.36 #1 (Debian)) id 1AEnUX-0007Tx-00 for ; Wed, 29 Oct 2003 10:23:53 +0000 Date: Wed, 29 Oct 2003 10:07:21 +0000 To: internals@lists.php.net Message-ID: <20031029100721.GA638@pulse.oxfordarch.enta.net> References: <20031028220955.GA569@pulse.oxfordarch.enta.net> Mime-Version: 1.0 Content-Type: text/plain; Format=Flowed; DelSp=Yes; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: (from tal@php.net on Tue, Oct 28, 2003 at 22:34:04 +0000) X-Mailer: Balsa 2.0.15 Lines: 16 Subject: Re: [PHP-DEV] header() behaviour From: gaz@fission.org.uk (Gareth Ardron) On 10/28/03 22:34:04, Tal Peer wrote: > On Tue, 28 Oct 2003, Gareth Ardron wrote: > > > I can't figure out if this is desired or not, if it's not, I'll > happily > > draft up a patch to alter the behaviour - I just want to make sure > > before I do. > > Why should header() start parsing its argument? its only job is to > add > its > argument to the HTTP headers, nothing more, nothing less. > It's the browser job to parse the & entity into the character > '&'. mmmkay, that's cool.