Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70389 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75002 invoked from network); 26 Nov 2013 00:03:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Nov 2013 00:03:33 -0000 Authentication-Results: pb1.pair.com header.from=lists@rotorised.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=lists@rotorised.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain rotorised.com from 117.55.227.19 cause and error) X-PHP-List-Original-Sender: lists@rotorised.com X-Host-Fingerprint: 117.55.227.19 mta19-d1.ip1.cbr1.mail-filtering.com.au Received: from [117.55.227.19] ([117.55.227.19:41863] helo=mta19-d1.ip1.cbr1.mail-filtering.com.au) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 44/90-05493-155E3925 for ; Mon, 25 Nov 2013 19:03:31 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Aq0GAIzkk1Kva64TjGdsb2JhbABZgz+DTKR3lDQDAoEmFg4BAQEnPIIlAQEFI1UBEAsNAQoCAgUWCwICCQMCAQIBDzYGAQwBBQIBAYdrAw6tSohuDYgHF4Epi0+CDweCa4FIA5YoAYMbhH0+g2CCD4hy X-IPAS-Result: Aq0GAIzkk1Kva64TjGdsb2JhbABZgz+DTKR3lDQDAoEmFg4BAQEnPIIlAQEFI1UBEAsNAQoCAgUWCwICCQMCAQIBDzYGAQwBBQIBAYdrAw6tSohuDYgHF4Epi0+CDweCa4FIA5YoAYMbhH0+g2CCD4hy X-IronPort-AV: E=Sophos;i="4.93,770,1378821600"; d="scan'208";a="865717217" Received: from unknown (HELO ub005lcs09.cbr.the-server.net.au) ([175.107.174.19]) by smtp-data2.ironport1.cbr1.mail-filtering.com.au with ESMTP; 26 Nov 2013 11:03:27 +1100 Received: from 217.33.96.58.static.exetel.com.au ([58.96.33.217]:54784 helo=[192.168.1.238]) by ub005lcs09.cbr.the-server.net.au with esmtpa (Exim 4.80.1) (envelope-from ) id 1Vl67h-003aAi-EG; Tue, 26 Nov 2013 11:03:25 +1100 Message-ID: <5293E54F.9060604@rotorised.com> Date: Tue, 26 Nov 2013 10:03:27 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: Michael Wallner , Ferenc Kovacs CC: Yasuo Ohgaki , Julien Pauli , Adam Harvey , "internals@lists.php.net" References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: [RFC] Slim POST data (was: PHP-5.6 and $HTTP_RAW_POST_DATA) From: lists@rotorised.com (Ryan McCue) 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). -- Ryan McCue