Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6137 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91955 invoked by uid 1010); 3 Dec 2003 20:07:56 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 91931 invoked by uid 1007); 3 Dec 2003 20:07:56 -0000 Message-ID: <20031203200756.91929.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 15:07:52 -0500 References: <6.0.1.1.0.20031203175354.039cac08@127.0.0.1> Lines: 26 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: browscap and nesting level too deep (bug #25916) From: jay@php.net (Jay Smith) Uwe, I'm having problems reproducing the error. I tried hammering a get_browser() function with apachebench a couple of times with the options (-n 1000 -c 25) and they all returned the same content length, so I'm assuming there was no error in any of them. I'm using iPlanet-WebServer-Enterprise/6.0 on Solaris 8 SPARC. Nothing strange about the set up, I think. What was the configuration line you used? I'll try to get my set up as close as possible and go from there. J Uwe Schindler wrote: > Today I got the error from bug #25916 several times on our webserver. > Looking through the code I found out the following: > * It depends NOT on the fact if there is a parameter to get_browser() or > not * It happens sometimes when server is very heavy loaded, the homepage > of the domain uses the get_browser() function and is the most visited > page.