Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5885 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86199 invoked by uid 1010); 1 Dec 2003 15:40:11 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 86165 invoked from network); 1 Dec 2003 15:40:11 -0000 Received: from unknown (HELO smtp2.pp.htv.fi) (213.243.153.14) by pb1.pair.com with SMTP; 1 Dec 2003 15:40:11 -0000 Received: from localhost.localdomain (cs181008.pp.htv.fi [213.243.181.8]) by smtp2.pp.htv.fi (Postfix) with ESMTP id 629CC2970B9; Mon, 1 Dec 2003 17:40:10 +0200 (EET) Received: from localhost (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.12.10/8.12.10) with ESMTP id hB1Fe9ZK022782; Mon, 1 Dec 2003 17:40:09 +0200 Date: Mon, 1 Dec 2003 17:40:09 +0200 (EET) Reply-To: Jani Taskinen To: Antony Dovgal Cc: php-dev In-Reply-To: <20031201172641.15c2508b.tony2001@phpclub.net> Message-ID: References: <20031201172641.15c2508b.tony2001@phpclub.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] HEAD eats all memory From: sniper@iki.fi (Jani Taskinen) Works fine for me. --Jani On Mon, 1 Dec 2003, Antony Dovgal wrote: >Hi, all > >Current HEAD eats all memory and dies, trying to execute any script (phpinfo(); ?>, for example). Version of HEAD from 2003-11-29 and current >PHP_4_3 (both are built some minutes ago) work fine on the same machine. > >My configuration: > >Linux 2.4.21 >autoconf 2.57 >automake 1.7 >libtool 1.5 >gcc 3.3 >glibc-2.3.2 >apache 1.3.27 > >cat ./config.nice >---- >! /bin/sh > >'./configure' \ >'--with-apxs=/usr/local/apache/bin/apxs' \ >'--enable-memory-limit' \ >'--disable-dom' \ >'--without-pear' \ >'--without-sqlite' \ >'--disable-cli' \ >"$@" > >---- > >of course, when memory-limit is enabled, it only complains "Allowed memory size of 16777216 bytes exhausted" >and php tries to eat all memory only when I remove it. > >--- >WBR, >Antony Dovgal aka tony2001 >tony2001@phpclub.net > >