Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10727 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3541 invoked by uid 1010); 23 Jun 2004 14:34:53 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 3420 invoked from network); 23 Jun 2004 14:34:52 -0000 Received: from unknown (HELO mail.zend.com) (80.74.107.235) by pb1.pair.com with SMTP; 23 Jun 2004 14:34:52 -0000 Received: (qmail 29645 invoked from network); 23 Jun 2004 14:08:10 -0000 Received: from localhost (HELO zeev-laptop-new.zend.com) (127.0.0.1) by localhost with SMTP; 23 Jun 2004 14:08:10 -0000 Reply-To: zeev@zend.com Message-ID: <5.1.0.14.2.20040623170721.048dca08@localhost> X-Sender: zeev@localhost X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 23 Jun 2004 17:08:09 +0300 To: Derick Rethans Cc: internals@lists.php.net In-Reply-To: References: <5.1.0.14.2.20040623142947.03cca8e0@localhost> <5.1.0.14.2.20040623142947.03cca8e0@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] 'make install' fails when --enable-memory-limit is present From: zeev@zend.com (Zeev Suraski) At 16:21 23/06/2004, Derick Rethans wrote: >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... It does not for me. Maybe it's related to some modules I'm using, but it actually doesn't work for in neither 4.2.3 nor 4.3.7. > > 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. Why? Zeev