Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40435 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67881 invoked from network); 10 Sep 2008 14:47:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Sep 2008 14:47:17 -0000 X-Host-Fingerprint: 200.150.147.21 unknown Received: from [200.150.147.21] ([200.150.147.21:12913] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 07/6D-30769-4FDD7C84 for ; Wed, 10 Sep 2008 10:47:16 -0400 Message-ID: <07.6D.30769.4FDD7C84@pb1.pair.com> To: internals@lists.php.net Date: Wed, 10 Sep 2008 11:51:23 -0300 User-Agent: Thunderbird 2.0.0.16 (X11/20080707) MIME-Version: 1.0 References: <48C5CDF8.3060108@zend.com> <48C677EA.7000707@php.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 200.150.147.21 Subject: Re: [PHP-DEV] Suggestion to increase the max_input_nesting_level From: rodrigo.saboya@bolsademulher.com (Rodrigo Saboya) Guilherme Blanco wrote: > Hm... > > > Actually at that time I was not able to reproduce the limit, and I > wrote a fix that worked well and reduced the number of nest calls. > Maybe the guy that notified me was using it. Here is the changeset I > did to fix the issue: http://trac.phpdoctrine.org/changeset/4397 > > But right now I'll have to go back to add some scheduled support, and > I was afraid to fall into the same situation again, and I messaged the > list. > > @Derick: If this is a xdebug specific, is there a way to you increase > this number? > > > Regards, Why? Running xdebug in production environments is not something people (should) do. And anyone using xdebug is probably smart enough to change a .ini setting to avoid what you are suggesting. Just add an entry to your FAQ / Manual about it. -- Rodrigo Saboya