Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5937 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7365 invoked by uid 1010); 1 Dec 2003 19:18:18 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 7341 invoked from network); 1 Dec 2003 19:18:18 -0000 Received: from unknown (HELO colo.lerdorf.com) (66.198.51.121) by pb1.pair.com with SMTP; 1 Dec 2003 19:18:18 -0000 Received: from [192.168.0.157] (ptil-34-170-16-ind.primus-india.net [61.16.170.34] (may be forged)) by colo.lerdorf.com (8.12.10/8.12.10/Debian-5) with ESMTP id hB1JIEdE014298; Mon, 1 Dec 2003 11:18:15 -0800 Date: Mon, 1 Dec 2003 11:18:14 -0800 (PST) X-X-Sender: rasmus@thinkpad.lerdorf.com To: Derick Rethans cc: Antony Dovgal , internals@lists.php.net In-Reply-To: Message-ID: References: <20031201172641.15c2508b.tony2001@phpclub.net> <20031201190249.64cff2d0.tony2001@phpclub.net> <20031201193408.1fed4ba4.tony2001@phpclub.net> <20031201164526.34822.qmail@pb1.pair.com> <20031201172135.5033.qmail@pb1.pair.com> <20031201211802.408f546e.tony2001@phpclub.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-4.7 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on colo Subject: Re: [PHP-DEV] HEAD eats all memory (solved?) From: rasmus@php.net (Rasmus Lerdorf) Derick, looking at the code it looks like we are checking for the a= case and handling that correctly, but not the =a case. As in foo.com?a= vs foo.com?=a Not sure if it is yours or my bug. Currently in India and the connection here is too damn slow to browse through cvs. -Rasmus On Mon, 1 Dec 2003, Derick Rethans wrote: > On Mon, 1 Dec 2003, Antony Dovgal wrote: > > > On Mon, 1 Dec 2003 18:21:33 +0100 > > "John Huntjens" wrote: > > > > > > Now trying on a second machine: > > > > Linux 2.4.18 > > > > gcc-3.3 > > > > autoconf 2.57 > > > > automake 1.7 > > > > libtool 1.5 > > > > Apache 2.0.48 > > > > > > On this machine build is OK > > > > I've changed autoconf to 2.57 and automake to 1.7 - all the same. > > Upgrading Apache to 1.3.29 doesn't affect this too. > > > > Found an interesting effect: > > this bug appears only when I'm using Opera or Mozilla. > > both lynx & wget browse ok =) > > > > Derick, please, take an attentive look at your patch to SAPI.c, SAPI.h, rfc1867.c, php_variables.c (Sat Nov 29 10:24:35 2003) > > - Fix sapi_input_filter patch. > > > > Reverting your patch fixes the problem, cause the problem seems to be in header parsing routines. > > Again, the problem is definitely in this patch. > > Hmm, interesting. But I'll need to have abetter 'bug' report before I > can do anything about it as things work just fine for me... > > Derick > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >