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?
Because applications in PHP 5 will most likely be larger usually due to the better support for OO. People will earlier attempt to create more complex applications and easily get over the low limit of 8MB. Additionaly to this, you can't even resize a truecolor jpg (1600x1200) at this moment with the default memory limit because GD uses about 4 times the amount of pixels in an image as memory. regards, Derick -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php