Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13258 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10615 invoked by uid 1010); 11 Oct 2004 16:47:42 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 7992 invoked from network); 11 Oct 2004 16:47:24 -0000 Received: from unknown (HELO xaxa.search.ch) (195.141.85.117) by pb1.pair.com with SMTP; 11 Oct 2004 16:47:24 -0000 Received: from localhost (localhost [127.0.0.1]) by xaxa.search.ch (Postfix) with ESMTP id 742FD6D8DF; Mon, 11 Oct 2004 18:47:23 +0200 (CEST) Received: by xaxa.search.ch (Postfix, from userid 65534) id 3CFF76D8E4; Mon, 11 Oct 2004 18:47:22 +0200 (CEST) Received: from [192.168.1.72] (ultrafilter-i [192.168.85.2]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by xaxa.search.ch (Postfix) with ESMTP id BFAC76D8A5; Mon, 11 Oct 2004 18:47:21 +0200 (CEST) Message-ID: <416AB918.4000203@cschneid.com> Date: Mon, 11 Oct 2004 18:47:20 +0200 User-Agent: Mozilla Thunderbird 0.8 (X11/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Derick Rethans Cc: internals@lists.php.net References: <20041011100001.94254.qmail@pb1.pair.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on xaxa.search.ch X-Spam-Level: X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.64 X-Virus-Scanned: by AMaViS 0.3.12pre8 Subject: Re: [PHP-DEV] HTTP Response Splitting From: cschneid@cschneid.com (Christian Schneider) Derick Rethans wrote: > This is the users' problem, not ours. Sounds too much like MS to me :-) I wrote a little patch for PHP4 which I'll deploy on our servers. In case anyone is interested, have a look at: http://cschneid.com/php/php4/http_reponse_splitting.patch - Chris