Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70393 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12587 invoked from network); 26 Nov 2013 08:52:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Nov 2013 08:52:12 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.128.42 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.128.42 mail-qe0-f42.google.com Received: from [209.85.128.42] ([209.85.128.42:52182] helo=mail-qe0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 93/90-08401-B3164925 for ; Tue, 26 Nov 2013 03:52:12 -0500 Received: by mail-qe0-f42.google.com with SMTP id b4so4338192qen.29 for ; Tue, 26 Nov 2013 00:52:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=CQwYfDUjxYHSD0+9gKPZQMbZ5mMUC/K/GrQLKyfSpFE=; b=0DmTX2j5pVA1lQhT2TnXsKfZCzJsIKOkYUSUT+Czbp78blTQ8nm9F+JOcucqqGO+y6 qNyqW+rl+BVUbNhpPyZqokZABGeh0OYGplwtNXiWLF+Mrv5pLNzr4qFimnl96qoBloRV gdwUIpVucrbTM5Vwb+2v+9w6wJojdTMUGZnHgZkA4GsX7B8AQmWh+/KqkW4EwRwMBxLW POUy2I/Gy0hoJVc9m9m3Ukzdu9oa7GV2oKhadpvh7CPlVEHjCpLV7H55NVsLxUwD+m1z kT+EjGIAW2kC89KulCWrWlFt6xlZg75Q0ZweePB56eBmIscnI9f2waDwITMyP3bLr0NI 8A7Q== MIME-Version: 1.0 X-Received: by 10.229.49.8 with SMTP id t8mr53548137qcf.21.1385455929143; Tue, 26 Nov 2013 00:52:09 -0800 (PST) Received: by 10.140.37.179 with HTTP; Tue, 26 Nov 2013 00:52:09 -0800 (PST) Received: by 10.140.37.179 with HTTP; Tue, 26 Nov 2013 00:52:09 -0800 (PST) In-Reply-To: <5293E54F.9060604@rotorised.com> References: <5293E54F.9060604@rotorised.com> Date: Tue, 26 Nov 2013 09:52:09 +0100 Message-ID: To: Ryan McCue Cc: Adam Harvey , Julien Pauli , Yasuo Ohgaki , "internals@lists.php.net" , Michael Wallner Content-Type: multipart/alternative; boundary=001a1133b59282392104ec1098ab Subject: Re: [PHP-DEV] Re: [RFC] Slim POST data (was: PHP-5.6 and $HTTP_RAW_POST_DATA) From: tyra3l@gmail.com (Ferenc Kovacs) --001a1133b59282392104ec1098ab Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 2013.11.26. 1:03, "Ryan McCue" ezt =C3=ADrta: > > 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 > I don't think there is any chance that we would want to turn it into a bitmask, as the values are mutually exclusive. And the ini should go away with the next major anyways. --001a1133b59282392104ec1098ab--