Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70390 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2407 invoked from network); 26 Nov 2013 05:58:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Nov 2013 05:58:09 -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.217.172 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.217.172 mail-lb0-f172.google.com Received: from [209.85.217.172] ([209.85.217.172:46026] helo=mail-lb0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BB/90-33497-F6834925 for ; Tue, 26 Nov 2013 00:58:08 -0500 Received: by mail-lb0-f172.google.com with SMTP id z5so4040006lbh.3 for ; Mon, 25 Nov 2013 21:58:05 -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=r1JopUl7SPuxEeDWVOgAL+C2VoZgZMvYMCuuXV3jl4A=; b=ZkMjOF3zdPTjGcdn/e9ErZcai6FIeUpqpNpl4JaNuy16uD5rCEQuaz5Bq2NQNFVtzl XYv3dS4bnMv1tbrUaZEXZvOgXQ2CEUlpSkUJBRdbJFnECVZCD2pUZYzHazH/JoWIy2i2 sD90xQm8Uexh/KOqmjGRedu+LRTDtYCitTYUXaa+cPu6q01Ug3DDV2Ph2aENpcV39iqe 4DZftSUqP3K1wFXZfVw/AI21VmL78JBye6fy5v+8K7qo1VkSboEVMUAVK5mcDhoeMSBZ IfzBT7cFm4R+Zq8pPJ+qbH0FPZG1T5AppGl4DjrcdNney4sK02uw8y7Qd6r3nY79RLNl fOrg== X-Received: by 10.152.216.167 with SMTP id or7mr25220276lac.10.1385445485103; Mon, 25 Nov 2013 21:58:05 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.154.201 with HTTP; Mon, 25 Nov 2013 21:57:24 -0800 (PST) In-Reply-To: <5293E54F.9060604@rotorised.com> References: <5293E54F.9060604@rotorised.com> Date: Tue, 26 Nov 2013 14:57:24 +0900 X-Google-Sender-Auth: 9i8M6lUg5Zz_i8TOeG5_rm2JiZ0 Message-ID: To: Ryan McCue Cc: Michael Wallner , Ferenc Kovacs , Julien Pauli , Adam Harvey , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a1135e318fecfb304ec0e29a7 Subject: Re: [PHP-DEV] Re: [RFC] Slim POST data (was: PHP-5.6 and $HTTP_RAW_POST_DATA) From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a1135e318fecfb304ec0e29a7 Content-Type: text/plain; charset=UTF-8 Hi all, On Tue, Nov 26, 2013 at 9:03 AM, Ryan McCue wrote: > Michael Wallner wrote: > > On 23 November 2013 22:40, Ferenc Kovacs wrote: > >> what do you think? > > > > Sounds doable! I'd implement the INI with 1, "On", 0, "Off", and -1, > > "Never" settings, if nobody objects (the first two for BC and "Never" > > to complement). > > > > I'd probably go with 2 rather than -1, just in case we want to turn it > into a bitmask in the future (unsigned seems better than signed to me > anyway). Any positive number is max size of input, right? Is this correct? Then, 0 for unlimited and -1 for disabled sounds reasonable to me. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a1135e318fecfb304ec0e29a7--