Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58951 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45993 invoked from network); 15 Mar 2012 06:15:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Mar 2012 06:15:35 -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 203.88.115.241 cause and error) X-PHP-List-Original-Sender: lists@rotorised.com X-Host-Fingerprint: 203.88.115.241 ironport1-mx.cbr1.mail-filtering.com.au Received: from [203.88.115.241] ([203.88.115.241:54500] helo=ironport1-mx.cbr1.mail-filtering.com.au) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A7/80-40094-409816F4 for ; Thu, 15 Mar 2012 01:15:33 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArUGAOGHYU+va78L/2dsb2JhbABDgwy0M4IJAQEFOEARCxgJFg8JAwIBAgFFEwgBAYgFukaKNYMogyIEm0WDYYZcgniBQw X-IronPort-AV: E=Sophos;i="4.73,588,1325422800"; d="scan'208";a="608140999" Received: from ju001lcs02.dfw.the-server.net.au (HELO ju001lcs02.dfw.the-server.com.au) ([175.107.191.11]) by ironport1-mta.cbr1.mail-filtering.com.au with ESMTP; 15 Mar 2012 16:47:20 +1100 Received: from [124.191.162.147] (helo=[192.168.0.12]) by ju001lcs02.dfw.the-server.com.au with esmtpa (Exim 4.69) (envelope-from ) id 1S7vvc-002Ggr-AM for internals@lists.php.net; Thu, 15 Mar 2012 08:40:17 +1100 Message-ID: <4F611045.8040404@rotorised.com> Date: Thu, 15 Mar 2012 07:40:21 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: internals@lists.php.net References: <4F60F4B1.5010407@lerdorf.com> In-Reply-To: <4F60F4B1.5010407@lerdorf.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Let parse_str() parse more than max_input_vars args From: lists@rotorised.com (Ryan McCue) Rasmus Lerdorf wrote: > The other way to solve this would be to make max_input_vars PHP_INI_ALL > and then just let people ini_set() their way around the limit. That's probably going to confuse people if it doesn't change the HTTP request parsing limit too, IMHO. And I'm not sure that's something we necessarily want. -- Ryan McCue