Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17982 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16257 invoked by uid 1010); 13 Aug 2005 17:03:50 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 16242 invoked from network); 13 Aug 2005 17:03:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Aug 2005 17:03:50 -0000 X-Host-Fingerprint: 70.85.46.36 unknown Received: from ([70.85.46.36:43164] helo=prohost.org) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 76/6B-33075-6F72EF24 for ; Sat, 13 Aug 2005 13:03:50 -0400 Received: (qmail 25110 invoked from network); 13 Aug 2005 17:03:47 -0000 Received: from cpe00095beeab35-cm000f9f7d6664.cpe.net.cable.rogers.com (HELO ?192.168.1.101?) (69.196.31.219) by prohost.org with SMTP; 13 Aug 2005 17:03:47 -0000 Message-ID: <42FE27F2.60401@prohost.org> Date: Sat, 13 Aug 2005 13:03:46 -0400 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Stefan Esser , internals@lists.php.net References: <42FCE0E4.604@lerdorf.com> <42FDDF11.2050308@cschneid.com> <42FDE0D8.1040802@php.net> <42FE1B11.5010103@prohost.org> <42FE25A1.5040601@php.net> In-Reply-To: <42FE25A1.5040601@php.net> X-Enigmail-Version: 0.92.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: PHP 6.0 Wishlist From: ilia@prohost.org (Ilia Alshanetsky) I am a bit reluctant to remove the old "functionality" outright, hence the optional flag. Either way it seems better then what we've got right now. Ilia Stefan Esser wrote: > 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 >