Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10725 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28328 invoked by uid 1010); 23 Jun 2004 13:21:28 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 28216 invoked from network); 23 Jun 2004 13:21:27 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 23 Jun 2004 13:21:27 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.10/8.12.10) with ESMTP id i5NDLPr1014799; Wed, 23 Jun 2004 15:21:26 +0200 Date: Wed, 23 Jun 2004 15:21:26 +0200 (CEST) X-X-Sender: derick@localhost To: Zeev Suraski cc: internals@lists.php.net In-Reply-To: <5.1.0.14.2.20040623142947.03cca8e0@localhost> Message-ID: References: <5.1.0.14.2.20040623142947.03cca8e0@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] 'make install' fails when --enable-memory-limit is present From: derick@php.net (Derick Rethans) On Wed, 23 Jun 2004, Zeev Suraski wrote: > Apparently, the default 8MB are not enough for the PEAR installation, so it > bails out when trying to 'make install'. Those default 8MB works for me... > My suggestion - add -dmemory_limit=32M to PEAR_INSTALL_FLAGS (16M solves > the problem on my Linux box, but I think we should go higher to be on the > safe side). We prolly should highen the limit to a default 16M too for PHP 5. Derick