Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5905 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34847 invoked by uid 1010); 1 Dec 2003 16:45:27 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 34823 invoked by uid 1007); 1 Dec 2003 16:45:26 -0000 Message-ID: <20031201164526.34822.qmail@pb1.pair.com> To: internals@lists.php.net References: <20031201172641.15c2508b.tony2001@phpclub.net><20031201190249.64cff2d0.tony2001@phpclub.net> <20031201193408.1fed4ba4.tony2001@phpclub.net> Date: Mon, 1 Dec 2003 17:45:24 +0100 Lines: 32 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Posted-By: 80.126.85.128 Subject: Re: [PHP-DEV] HEAD eats all memory From: john@ceressoft.nl ("John Huntjens") > no, php5-200312011430 didn't help (just ./configure; make). > I've tried this snapshot and current CVS-version on 2 linux-boxes with the same result. > It still tries to eat memory =( > > Second machine is: > Linux 2.4.18-5 > gcc-2.96 > autoconf 2.50 > automake 1.4-p5 > libtool 1.5 > Apache 1.3.27 My first machine: Linux 2.4.16 gcc-2.95-3 autoconf 2.52 automake 1.4-p5 libtool 1.5 Apache 1.3.20 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 JOhn