Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10722 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56301 invoked by uid 1010); 23 Jun 2004 11:31:52 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 56188 invoked from network); 23 Jun 2004 11:31:50 -0000 Received: from unknown (HELO mail.zend.com) (80.74.107.235) by pb1.pair.com with SMTP; 23 Jun 2004 11:31:50 -0000 Received: (qmail 14577 invoked from network); 23 Jun 2004 11:31:49 -0000 Received: from localhost (HELO zeev-laptop-new.zend.com) (127.0.0.1) by localhost with SMTP; 23 Jun 2004 11:31:49 -0000 Reply-To: zeev@zend.com Message-ID: <5.1.0.14.2.20040623142947.03cca8e0@localhost> X-Sender: zeev@localhost X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 23 Jun 2004 14:31:48 +0300 To: internals@lists.php.net Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: 'make install' fails when --enable-memory-limit is present From: zeev@zend.com (Zeev Suraski) Apparently, the default 8MB are not enough for the PEAR installation, so it bails out when trying to 'make install'. Changing php.ini doesn't have any effect since the installation uses -n to ignore any php.ini's. 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). Was this ever discussed? Any reason not to do it? Zeev