Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57207 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55800 invoked from network); 4 Jan 2012 20:52:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Jan 2012 20:52:34 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 config.schlueters.de Received: from [217.114.211.66] ([217.114.211.66:47135] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E9/D2-50667-11CB40F4 for ; Wed, 04 Jan 2012 15:52:34 -0500 Received: from [192.168.2.230] (ppp-88-217-74-160.dynamic.mnet-online.de [88.217.74.160]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id 20EC05FD18; Wed, 4 Jan 2012 21:52:30 +0100 (CET) To: Jannik Zschiesche Cc: Stas Malyshev , Rasmus Lerdorf , Nikita Popov , Ferenc Kovacs , Laruence , PHP Internals In-Reply-To: <2AE5EDCA-A473-4CD3-88CB-6BA64959894C@apfelbox.net> References: <4F048A03.4070408@sugarcrm.com> <4F04A172.7080509@sugarcrm.com> <4F04AA8E.6020701@sugarcrm.com> <4F04AD6D.80608@php.net> <4F04B071.8080102@php.net> <4F04B69C.10102@sugarcrm.com> <1325710009.1926.78.camel@guybrush> <2AE5EDCA-A473-4CD3-88CB-6BA64959894C@apfelbox.net> Content-Type: text/plain; charset="UTF-8" Date: Wed, 04 Jan 2012 21:52:28 +0100 Message-ID: <1325710348.1926.79.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: another fix for max_input_vars. From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Wed, 2012-01-04 at 21:49 +0100, Jannik Zschiesche wrote: > Hi Johannes, > > as far as I understood the issue, this error would be triggered before > the application's code is executed, so that would not solve this > issue. > That's the point. Thanks for making it clear. :-) johannes > > Cheers > Jannik