Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29287 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21699 invoked by uid 1010); 7 May 2007 18:57:43 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 21683 invoked from network); 7 May 2007 18:57:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 May 2007 18:57:43 -0000 Authentication-Results: pb1.pair.com header.from=ilia@prohost.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=ilia@prohost.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain prohost.org from 64.233.166.179 cause and error) X-PHP-List-Original-Sender: ilia@prohost.org X-Host-Fingerprint: 64.233.166.179 py-out-1112.google.com Linux 2.4/2.6 Received: from [64.233.166.179] ([64.233.166.179:59905] helo=py-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 34/75-56106-5A67F364 for ; Mon, 07 May 2007 14:57:43 -0400 Received: by py-out-1112.google.com with SMTP id a25so1363279pyi for ; Mon, 07 May 2007 11:57:34 -0700 (PDT) Received: by 10.35.9.2 with SMTP id m2mr3338946pyi.1178564253923; Mon, 07 May 2007 11:57:33 -0700 (PDT) Received: from ?192.168.1.188? ( [204.101.63.110]) by mx.google.com with ESMTP id f51sm9503454pyh.2007.05.07.11.57.33; Mon, 07 May 2007 11:57:33 -0700 (PDT) In-Reply-To: <20070507183540.145204001@smtp.haun-online.de> References: <20070504201847.547329627@smtp.haun-online.de> <20070507183540.145204001@smtp.haun-online.de> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: <73D891CD-293E-4553-96C6-6AEBA71D24F2@prohost.org> Cc: Content-Transfer-Encoding: 7bit Date: Mon, 7 May 2007 14:57:30 -0400 To: Dirk Haun X-Mailer: Apple Mail (2.752.3) Subject: Re: [PHP-DEV] Bug? Raw POST data in PHP 5.2.2, take two From: ilia@prohost.org (Ilia Alshanetsky) 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. > Now the question is: When can we expect an update? I see people > talking > about what should go into PHP 5.2.3. How about "this bugfix, > possibly a > few others, and then release it ASAP"? As in by the end of this > week (or > thereabouts)? I suspect in a week or two. Definitely sooner then later. > This bug affects a lot of sites that use XML-RPC communication of some > form or another. Quite a lot of those nifty Web 2.0 sites, I would > assume. And since people will be updating quickly due to the security > issues fixed with 5.2.2, they may be in for a surprise. I sure hope those nifty Web 2.0 sites don't use SOAP and XML-RPC but rather JSON or REST. Ilia Alshanetsky