Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69173 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66881 invoked from network); 17 Sep 2013 19:29:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Sep 2013 19:29:25 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.50 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.215.50 mail-la0-f50.google.com Received: from [209.85.215.50] ([209.85.215.50:55707] helo=mail-la0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 34/13-50124-39DA8325 for ; Tue, 17 Sep 2013 15:29:24 -0400 Received: by mail-la0-f50.google.com with SMTP id lv10so4953949lab.9 for ; Tue, 17 Sep 2013 12:29:20 -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:from:date:message-id :subject:to:cc:content-type; bh=AKIf05W+en7OD+1L3VAnNwPlvRRVUikltxXd3+W+Lfg=; b=fLcRHlzN4Tylh0Hyk6m8GFQwfoMuo1CLyR4PdsXFcmEIOoP4Ilt2rv2NKY1IaCKj+4 4/8OUiNQDBxXzYX7OqAwO3E7uZfCxTBbMATvgY4uVf3tk0au8RcakITt3gUiwHO01gfy IOR94SA28IJIkZrmQbIUyuo1nvh62r8iBl86/bsxONSkgYanUdHrJrZXz6Twm0anXA8m EZKu7h38brPsU0okD8mhowRVC5WBT7vYK08Rnf4YE/XK1ccPspLe6hNMzDtRbgwzvwEk qCX+T5lDKHro70gljsyZyWr5I1phkd91ABRm4Go073Km7mF82sp2bazClkUldQVCvS4H gwKQ== X-Received: by 10.112.29.147 with SMTP id k19mr31384249lbh.9.1379446160389; Tue, 17 Sep 2013 12:29:20 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.154.201 with HTTP; Tue, 17 Sep 2013 12:28:40 -0700 (PDT) In-Reply-To: <5238ABBA.8040703@ajf.me> References: <5238ABBA.8040703@ajf.me> Date: Wed, 18 Sep 2013 04:28:40 +0900 X-Google-Sender-Auth: fLTuqsf-B5-LxjlHt5Vul_a06m4 Message-ID: To: Andrea Faulds Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a1133aa86607bd004e699563f Subject: Re: [PHP-DEV] Getting SG(request_info).post_data/raw_post_data on master branch? From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a1133aa86607bd004e699563f Content-Type: text/plain; charset=UTF-8 Hi Andrea, On Wed, Sep 18, 2013 at 4:21 AM, Andrea Faulds wrote: > On 17/09/2013 20:17, Yasuo Ohgaki wrote: > >> What is the best way of getting SG(request_info).post_data and >> SG(request_info).raw_post_data with master branch? I would like to get >> post_data/raw_post_data at runtime also. >> > > Googling "PHP raw POST data" gets me this: $HTTP_RAW_POST_DATA - Is that > what you're after? > > Hope this helped. I'm questioning about getting the data inside PHP with new code in master branch, not in user script. Thanks. -- Yasuo Ohgaki yohgaki@ohgaki.net --001a1133aa86607bd004e699563f--