Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57174 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40802 invoked from network); 4 Jan 2012 07:00:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Jan 2012 07:00:04 -0000 Authentication-Results: pb1.pair.com smtp.mail=laruence@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=laruence@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.170 as permitted sender) X-PHP-List-Original-Sender: laruence@gmail.com X-Host-Fingerprint: 209.85.220.170 mail-vx0-f170.google.com Received: from [209.85.220.170] ([209.85.220.170:36145] helo=mail-vx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1C/A2-16104-1F8F30F4 for ; Wed, 04 Jan 2012 02:00:02 -0500 Received: by vcdn13 with SMTP id n13so12794565vcd.29 for ; Tue, 03 Jan 2012 22:59:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:cc:content-type:content-transfer-encoding; bh=GF1d6GSG7s2XSUUSyO2UALRbl6Ah+sXy0HT5dS+XTIU=; b=eGa0isZIYuml/zM+FloR/akuwFY9sI1TM0tdSaeAC9Zr62mqB0qxlnWNtuMwBRduWi 5z2HmBkGQP5oXGbx/zHaLdpAzG+wd6u/s3ICiCPSwCirwLYA9HvwAxpyFhczeeXy6R2u CPYG/10HSrKL8OUzEtK+RTEhYa2UtHPjtoVEM= Received: by 10.220.148.138 with SMTP id p10mr31387585vcv.28.1325660397258; Tue, 03 Jan 2012 22:59:57 -0800 (PST) MIME-Version: 1.0 Sender: laruence@gmail.com Received: by 10.220.3.14 with HTTP; Tue, 3 Jan 2012 22:59:36 -0800 (PST) Date: Wed, 4 Jan 2012 14:59:36 +0800 X-Google-Sender-Auth: BVLB7HHmaa4-MlLyOrWFaH33-bk Message-ID: To: Dmitry Stogov , Dmitry Stogov Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: another fix for max_input_vars. From: laruence@php.net (Laruence) Hi dmitry: it seems you have fix the issue that error in register_variable will cause php process exit. here is a fix I made before: http://pastebin.com/7BLAVaWr , I think maybe this is a lighter fix. could you review this? if you think this is okey, I will commit it. thanks very much. --=20 Laruence =C2=A0Xinchen Hui http://www.laruence.com/