Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58954 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61067 invoked from network); 15 Mar 2012 10:01:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Mar 2012 10:01:48 -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:11038] helo=ironport1-mx.cbr1.mail-filtering.com.au) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 13/40-59029-A0EB16F4 for ; Thu, 15 Mar 2012 05:01:48 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArYGAB69YU+va78L/2dsb2JhbABDgwy0N4IJAQEFOEARCxgJFg8JAwIBAgFFBg0IAQGIBbpGijWGSgSbRYNhhlyCeIFD X-IronPort-AV: E=Sophos;i="4.73,590,1325422800"; d="scan'208";a="608334353" 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 21:01:42 +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 1S87V5-000UTj-U0 for internals@lists.php.net; Thu, 15 Mar 2012 21:01:40 +1100 Message-ID: <4F61BE09.3040705@rotorised.com> Date: Thu, 15 Mar 2012 20:01:45 +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> <4F611045.8040404@rotorised.com> <4F618F30.7060209@sugarcrm.com> In-Reply-To: <4F618F30.7060209@sugarcrm.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) Stas Malyshev wrote: > Hi! > >> 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. > > Err, how you can change it after HTTP request has already been parsed? > I'm not arguing that it should, I'm saying that in the INI it refers to the HTTP arguments, while in the code (via ini_set) it would not affect this. I think that could be confusing for users who don't realise the script is only loaded after parsing the request. Rasmus Lerdorf wrote: > I think that is a documentation issue. We already have plenty of > confusion here because it isn't documented that parse_str() is affected > by the max_input_vars setting. I think that is definitely a documentation issue, but the extra argument is the way to go in terms of being the least confusing option. -- Ryan McCue