Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76591 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77147 invoked from network); 16 Aug 2014 22:41:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Aug 2014 22:41:16 -0000 Authentication-Results: pb1.pair.com header.from=park.framework@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=park.framework@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.43 as permitted sender) X-PHP-List-Original-Sender: park.framework@gmail.com X-Host-Fingerprint: 209.85.219.43 mail-oa0-f43.google.com Received: from [209.85.219.43] ([209.85.219.43:46648] helo=mail-oa0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 78/B0-65521-B0EDFE35 for ; Sat, 16 Aug 2014 18:41:15 -0400 Received: by mail-oa0-f43.google.com with SMTP id i7so3061544oag.2 for ; Sat, 16 Aug 2014 15:41:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=rUtCW5Y79oN3wappTd3t2ORTW4cqoB5ocjYg083PpkE=; b=mGaLP7yt4fdcA4XuSIVRe369b9AH1utjmbqTG68LnVEV6Ki6+vxtLiLPqlStiAkSs6 YLcbEg36VWgE8fPd47k1I/EvHkv86EvxKN9Xq3bdDYVDgUpvrFef5dWEnvD8LnkrNZq9 a8au3ZsXBmipAYAXZ0Ekbrr+0gYjDEdI8Tp8RTyFexg/2hYG+aCWe2bXTsHc+d9FwRpc 8GPo8+isAmSrDkoTb1yT9nokLKSDGl95LkwyJM9bCTksaQ9F34OyrTVKWikYAOab4WTB XmwIdRTRDhtzoqUSI4Fk57VY4OvU1SUiRkP6e12iLpm94TuaFtdwLQvUcYL3EWGzNbP8 UFJQ== MIME-Version: 1.0 X-Received: by 10.182.114.131 with SMTP id jg3mr28510506obb.9.1408228872626; Sat, 16 Aug 2014 15:41:12 -0700 (PDT) Received: by 10.76.23.37 with HTTP; Sat, 16 Aug 2014 15:41:12 -0700 (PDT) Date: Sun, 17 Aug 2014 01:41:12 +0300 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary=001a11c2e396b725110500c6d588 Subject: [PHP-DEV] Native support - PUT request, multipart form data From: park.framework@gmail.com (Park Framework) --001a11c2e396b725110500c6d588 Content-Type: text/plain; charset=UTF-8 This is necessary for convenient use RESTful API. file_get_contents('php://input') - Very inconvenient I would like to finally get native support for PHP, preferably version 5.6 --001a11c2e396b725110500c6d588--