Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70397 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22990 invoked from network); 26 Nov 2013 10:48:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Nov 2013 10:48:19 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.46 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.215.46 mail-la0-f46.google.com Received: from [209.85.215.46] ([209.85.215.46:37819] helo=mail-la0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2D/72-08401-27C74925 for ; Tue, 26 Nov 2013 05:48:18 -0500 Received: by mail-la0-f46.google.com with SMTP id eh20so4055906lab.33 for ; Tue, 26 Nov 2013 02:48:14 -0800 (PST) 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=B+OGWpsx9k+o44fY+KTdbAnFY7gs5IwRE7411mDJ9tg=; b=nMo3S1o7DCKQyzmdpnyhR5V5i1TBLe3SNk97CXjphYpNMHke9r8/Y7YbjlizDYjlzI 0yfc9K12R5QmjzaGrBIHVotGkwCiMMICMmZ/xGuTfydChxhuuh5T3bCWvzVbHZ6ZLo2T a0bjDssAoqgECygmRRS+Ohj6fZe4RZwLInszfSz9czYZDh45pNsY3AsePvOv2H2kx4mW rjBVCxzqdigAxHUtwDVGZy8iP6k0lMGsZArKpw0CkgHSw/YdfQgfkjHiE7o6+MXZPlSJ FyE/Ca1/W8/zCM5MxfvKBl3RkCndrIEWCtNniyHA44e/NKx74BLubt1fzqwXJb1TtguV IfyQ== X-Received: by 10.152.20.6 with SMTP id j6mr25292303lae.8.1385462894766; Tue, 26 Nov 2013 02:48:14 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.154.201 with HTTP; Tue, 26 Nov 2013 02:47:34 -0800 (PST) In-Reply-To: References: <5293E54F.9060604@rotorised.com> Date: Tue, 26 Nov 2013 19:47:34 +0900 X-Google-Sender-Auth: i2kGi8q9gUwDYr3W7m-kq3VMZJ4 Message-ID: To: Michael Wallner Cc: Ryan McCue , Ferenc Kovacs , Julien Pauli , Adam Harvey , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=089e013d2034b1326a04ec1237be Subject: Re: [PHP-DEV] Re: [RFC] Slim POST data (was: PHP-5.6 and $HTTP_RAW_POST_DATA) From: yohgaki@ohgaki.net (Yasuo Ohgaki) --089e013d2034b1326a04ec1237be Content-Type: text/plain; charset=UTF-8 Hi Mike, On Tue, Nov 26, 2013 at 6:40 PM, Michael Wallner wrote: > On 26 November 2013 06:57, Yasuo Ohgaki wrote: > > Any positive number is max size of input, right? > > Is this correct? > > > > Then, 0 for unlimited and -1 for disabled sounds reasonable to me. > > Wat? :) > > If, then only -1==unlimited, 0==off; but nope, I don't plan any > additonal new behavior. No problem. Getting partial data does not make much sense either :) Someone may find useful usage of getting partial data. Perhaps, -1==off, 0==unlimited? Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --089e013d2034b1326a04ec1237be--