Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5932 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73259 invoked by uid 1010); 1 Dec 2003 18:58:56 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 73235 invoked from network); 1 Dec 2003 18:58:56 -0000 Received: from unknown (HELO smtp3.pp.htv.fi) (213.243.153.173) by pb1.pair.com with SMTP; 1 Dec 2003 18:58:56 -0000 Received: from localhost.localdomain (cs181008.pp.htv.fi [213.243.181.8]) by smtp3.pp.htv.fi (Postfix) with ESMTP id AA8B327B5F2; Mon, 1 Dec 2003 20:58:55 +0200 (EET) Received: from localhost (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.12.10/8.12.10) with ESMTP id hB1IwtZK010962; Mon, 1 Dec 2003 20:58:55 +0200 Date: Mon, 1 Dec 2003 20:58:55 +0200 (EET) Reply-To: Jani Taskinen To: Antony Dovgal Cc: internals@lists.php.net, derick@php.net In-Reply-To: <20031201211802.408f546e.tony2001@phpclub.net> 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 Subject: Re: [PHP-DEV] HEAD eats all memory (solved?) From: sniper@iki.fi (Jani Taskinen) Finally..if you had mentioned THIS in the first place, you wouldn't have wasted our time.. (didn't I ask for some reproducing procedure? I don't remember anymore :) --Jani 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. > >--- >WBR, >Antony Dovgal aka tony2001 >tony2001@phpclub.net > >