Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5060 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62869 invoked by uid 1010); 29 Oct 2003 08:18:07 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 62846 invoked from network); 29 Oct 2003 08:18:07 -0000 Received: from unknown (HELO colo.lerdorf.com) (66.198.51.121) by pb1.pair.com with SMTP; 29 Oct 2003 08:18:07 -0000 Received: from UNKNOWN-172-23-8-238.yahoo.com (nat202-1-239-148.taipei.corp.yahoo.com [202.1.239.148]) by colo.lerdorf.com (8.12.10/8.12.10/Debian-4) with ESMTP id h9T8I3Qe003790; Wed, 29 Oct 2003 00:18:04 -0800 Date: Wed, 29 Oct 2003 17:17:56 +0900 (JST) To: Sascha Schumann cc: internals@lists.php.net In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-4.9 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on colo Subject: Re: [PHP-DEV] Re: header() behaviour (fwd) From: rasmus@lerdorf.com (Rasmus Lerdorf) References: On Wed, 29 Oct 2003, Sascha Schumann wrote: > > Actually, & is the way you need to write it if you are going to be > > perfectly standards-compliant. > > That is correct for URLs in HTML. It is incorrect for HTTP headers > (there is no entity decoding involved). True, I should read instead of skim these messages. > > It's just that nobody does this. > > Really? My applications supply their own php.ini and always > contain > > arg_separator.output = "&" > > which is also listed in php.ini-dist. Ok, so very few people do this. -R