Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13383 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13342 invoked by uid 1010); 19 Oct 2004 03:21:09 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 13169 invoked from network); 19 Oct 2004 03:21:07 -0000 Received: from unknown (HELO air638.startdedicated.com) (69.64.38.41) by pb1.pair.com with SMTP; 19 Oct 2004 03:21:07 -0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by air638.startdedicated.com (Postfix) with ESMTP id DF62D29425E; Mon, 18 Oct 2004 22:16:13 -0500 (CDT) Received: from air638.startdedicated.com ([127.0.0.1]) by localhost (air638.startdedicated.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27706-09; Mon, 18 Oct 2004 22:16:13 -0500 (CDT) Received: from [192.168.11.2] (66-65-38-153.nyc.rr.com [66.65.38.153]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by air638.startdedicated.com (Postfix) with ESMTP id 8B47B29425C; Mon, 18 Oct 2004 22:16:13 -0500 (CDT) Message-ID: <41748820.9050803@php.net> Date: Mon, 18 Oct 2004 23:21:04 -0400 User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andi Gutmans Cc: internals@lists.php.net References: <4173E39D.1000509@gmx.net> <5.1.0.14.2.20041018181825.04dc66e0@localhost> In-Reply-To: <5.1.0.14.2.20041018181825.04dc66e0@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at bluga.net Subject: Re: [PHP-DEV] Nesting level too deep - recursive dependency? From: cellog@php.net (Greg Beaver) Andi Gutmans wrote: > Are you using zend.zend1_compatibility_mode on? > > Andi The same apparent bug exists on my windows xp system, independent of the sapi, with zend1_compatibility off. It was also in the 5.0.0 release, so is not an introduction since then. Greg