On 6 Feb 2008, at 19:28, Steph Fox wrote:
The default memory limit was raised to 16M in PHP 5.2.0 (well that's
what I have as default in RC7 anyway) and 128M in PHP 5.2.1. So
basically the problem's invisible to anyone with a copy of current
stable PHP.
I can't comment on the ZF codebase, but it should be mentioned that
the reason the default memory limit was increased was that people
were starting to hit it consistently when running applications.
If I recall correctly, the way memory usage was measured for PHP on
Windows was changed (improved?) which is why the default memory_limit
was increased.
Regards,
Rob...