Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6136 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91549 invoked by uid 1010); 3 Dec 2003 18:20:40 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 91525 invoked by uid 1007); 3 Dec 2003 18:20:40 -0000 Message-ID: <20031203182039.91511.qmail@pb1.pair.com> To: internals@lists.php.net Reply-To: jay@php.net Mail-Copies-To: jay@php.net Date: Wed, 03 Dec 2003 13:20:36 -0500 References: <6.0.1.1.0.20031203175354.039cac08@127.0.0.1> <6.0.1.1.0.20031203181532.039d2858@127.0.0.1> Lines: 20 User-Agent: KNode/0.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Posted-By: 216.94.11.234 Subject: Re: [PHP-DEV] browscap and nesting level too deep (bug #25916) From: jay@php.net (Jay Smith) Uwe Schindler wrote: > One solution (attached is the patch, if nobody has someone against it I > will apply it): > I switch off the recursion protection for the browscap hash in > zend_hash_init_ex because this hash has no recursive things in it and is > not modified after it is created. > > Uwe > That will probably do it. I'm going to try and reproduce this with and without the patch today on our Solaris box and I'll see what I get. I've been swamped recently and haven't been able to give this a good look. (The browscap extension really needs to be gutted, but at least it works, for the most part...) Going to go give this a try now... J