Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40396 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58475 invoked from network); 9 Sep 2008 06:19:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Sep 2008 06:19:45 -0000 Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.94.239.7 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.94.239.7 mail.jdi-ict.nl Linux 2.6 Received: from [82.94.239.7] ([82.94.239.7:56396] helo=mail.jdi-ict.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B9/27-14433-F7516C84 for ; Tue, 09 Sep 2008 02:19:45 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.jdi-ict.nl (8.13.7/8.12.11) with ESMTP id m896JbII018175; Tue, 9 Sep 2008 08:19:37 +0200 Date: Tue, 9 Sep 2008 08:19:37 +0200 (CEST) X-X-Sender: derick@kossu.ez.no To: Guilherme Blanco cc: Stan Vassilev | FM , PHP Internals In-Reply-To: Message-ID: References: <48C5CDF8.3060108@zend.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=UTF-8 Subject: Re: [PHP-DEV] Suggestion to increase the max_input_nesting_level From: derick@php.net (Derick Rethans) On Mon, 8 Sep 2008, Guilherme Blanco wrote: > Yeah... recursion depth. > > Sorry, I wrongly typed it. > > I think it may be cleaner now... Well, PHP itself doesn't protect against this, but my guess is that you have Xdebug running. Xdebug limits to 100 levels by default in order to prevent infinite recursion and crashes. Change the xdebug.max_nesting_level setting to something higher and you'd be good to go. regards, Derick -- HEAD before 5_3!: http://tinyurl.com/6d2esb http://derickrethans.nl | http://ezcomponents.org | http://xdebug.org