Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17980 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13054 invoked by uid 1010); 13 Aug 2005 16:54:24 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 13039 invoked from network); 13 Aug 2005 16:54:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Aug 2005 16:54:24 -0000 X-Host-Fingerprint: 81.169.145.165 natsmtp00.rzone.de Solaris 8 (1) Received: from ([81.169.145.165:53863] helo=natsmtp00.rzone.de) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 8D/FA-33075-FB52EF24 for ; Sat, 13 Aug 2005 12:54:24 -0400 Received: from [192.168.1.77] (p50875A09.dip.t-dialin.net [80.135.90.9]) by post.webmailer.de (8.13.1/8.13.1) with ESMTP id j7DGrxgx026171; Sat, 13 Aug 2005 18:54:12 +0200 (MEST) Message-ID: <42FE25A1.5040601@php.net> Date: Sat, 13 Aug 2005 18:53:53 +0200 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ilia Alshanetsky CC: internals References: <42FCE0E4.604@lerdorf.com> <42FDDF11.2050308@cschneid.com> <42FDE0D8.1040802@php.net> <42FE1B11.5010103@prohost.org> In-Reply-To: <42FE1B11.5010103@prohost.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: PHP 6.0 Wishlist From: sesser@php.net (Stefan Esser) Hello Ilia, if you look at the implementation of header() you will realise that sending multiple headers is actually already abusing how it was designed to work. Because the internal checks for double headers etc. do not work at all when you send multiple headers. Stefan