Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69177 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16760 invoked from network); 18 Sep 2013 07:19:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Sep 2013 07:19:40 -0000 Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.42 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.215.42 mail-la0-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:43484] helo=mail-la0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2B/90-13799-A0459325 for ; Wed, 18 Sep 2013 03:19:40 -0400 Received: by mail-la0-f42.google.com with SMTP id ep20so5266768lab.15 for ; Wed, 18 Sep 2013 00:19:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=6Md9vkWtSSQzwYmpGxoHb2oTJ23sdJ/Loy3tDIwCby4=; b=CLxi5lLhqJkXKxbPWpzla8ipZDMqB8nR0eE/aWassonGRwi2tt7wZbEyKqMJWzHvsw HVEPyW4nFV4wJ3U2AVi597SjNzSEoqh6zTlKL21iipOKqJZYfJjPw4Lxqmk0YhZV3Lz1 ljY4ouSsYPo1S0pOZ3DMNjcl61ONRBnLOhIRNobslESp+GPqR7aXaYVUEmqoSuAol1xv +71BJD7qjZKOFNVTM/2ItrlaVlN4LlhrtNksQTQNNMeKcq4Zz/Y5zIhMB6FcwE7Jct72 tz6FLCnp+Byxnxl2P0IzsZBQleFinsswFSUj3pMd8pSpu8J3079oETmw6SOIR8P8/tod eBuA== MIME-Version: 1.0 X-Received: by 10.112.128.166 with SMTP id np6mr33803065lbb.7.1379488775510; Wed, 18 Sep 2013 00:19:35 -0700 (PDT) Sender: mike.php.net@gmail.com Received: by 10.114.184.19 with HTTP; Wed, 18 Sep 2013 00:19:35 -0700 (PDT) In-Reply-To: References: Date: Wed, 18 Sep 2013 09:19:35 +0200 X-Google-Sender-Auth: 4V3fBZHPqoTLp1KfSwTpuYZwS7I Message-ID: To: Yasuo Ohgaki Cc: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Getting SG(request_info).post_data/raw_post_data on master branch? From: mike@php.net (Michael Wallner) Hi Yasuo! On 17 September 2013 21:17, Yasuo Ohgaki wrote: > Hi all, > > SG(request_info).post_data/raw_post_data is removed and modules supposed to > read it from stream on master. Did the suggestion from UPGRADING.INTERNALS to use the php://input wrapper work out for you? Maybe I should add a comment inline... -- Regards, Mike