On Mon, 4 Jan 2010 20:38:17 -0500
Michael Hwang <michael.a.hwang@xxxxxxxxx> wrote:
This issue was brought up on IRC. It appears that while there is no
limit on
how many array elements can be stored, there is a limit to how many
can be
accessed. This patch removes these limits.
Those have been there for a long time. I don't have any evidence that
they're doing a lot of good but we have had people creating positional
parameters with <long_number>=something and wondering why it uses a
lot of
memory. I suppose this is similar. The arbitrary limit is not very
useful and also undocumented; most people wouldn't miss it if it
wasn't
there, certainly.