Re: [PHP-DEV] 'make install' fails when --enable-memory-limit is present

2004-07-04 Thread Derick Rethans
On Sat, 3 Jul 2004, Gareth Ardron wrote: > On Sat, 2004-07-03 at 12:13, Derick Rethans wrote: > > > > > > 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 pro

Re: [PHP-DEV] 'make install' fails when --enable-memory-limit is present

2004-07-03 Thread Gareth Ardron
On Sat, 2004-07-03 at 12:13, Derick Rethans wrote: > > > > 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

Re: [PHP-DEV] 'make install' fails when --enable-memory-limit is present

2004-07-03 Thread Derick Rethans
On Wed, 23 Jun 2004, Zeev Suraski wrote: > > > 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

Re: [PHP-DEV] 'make install' fails when --enable-memory-limit is present

2004-06-23 Thread 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

Re: [PHP-DEV] 'make install' fails when --enable-memory-limit is present

2004-06-23 Thread 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