Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29290 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59350 invoked by uid 1010); 7 May 2007 20:01:22 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 59335 invoked from network); 7 May 2007 20:01:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 May 2007 20:01:22 -0000 Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 207.126.228.149 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 207.126.228.149 rsmtp1.corp.yahoo.com FreeBSD 4.7-5.2 (or MacOS X 10.2-10.3) (2) Received: from [207.126.228.149] ([207.126.228.149:29139] helo=rsmtp1.corp.yahoo.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C8/72-40634-0958F364 for ; Mon, 07 May 2007 16:01:22 -0400 Received: from trainburn-lm.corp.yahoo.com (trainburn-lm.corp.yahoo.com [207.126.233.11]) (authenticated bits=0) by rsmtp1.corp.yahoo.com (8.13.8/8.13.6/y.rout) with ESMTP id l47K0vf3043426 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 7 May 2007 13:00:57 -0700 (PDT) Message-ID: <463F8574.8060805@lerdorf.com> Date: Mon, 07 May 2007 13:00:52 -0700 User-Agent: Thunderbird 2.0.0.0 (Macintosh/20070326) MIME-Version: 1.0 To: Ilia Alshanetsky CC: internals@lists.php.net References: <20070504201847.547329627@smtp.haun-online.de> <20070507183540.145204001@smtp.haun-online.de> <73D891CD-293E-4553-96C6-6AEBA71D24F2@prohost.org> In-Reply-To: <73D891CD-293E-4553-96C6-6AEBA71D24F2@prohost.org> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Bug? Raw POST data in PHP 5.2.2, take two From: rasmus@lerdorf.com (Rasmus Lerdorf) Ilia Alshanetsky wrote: > > On 7-May-07, at 2:35 PM, Dirk Haun wrote: > >> David Coallier wrote: >> >>> Anyone has an answer/tests to that bug* so we can stop this >>> discussion ? :) >> >> The bug has apparently been fixed in CVS. Haven't had a chance to test >> it, but will do as soon as possible. > > Please let me know how it works out. One interesting feature of the old > code is that HTTP_RAW_POST_DATA could be present even when the INI > option controlling its creation was off, this was a bug and will not be > re-instated. I must have missed something. Did you change the documented behaviour that $_SERVER['HTTP_RAW_POST_DATA'] is populated when PHP encounters an unknown content type? If so, that was most definitely not a bug and not something that should have been changed. -Rasmus