Is there a limit for an array in PHP?
The only thing I've come across in reference to php is this from bytes.com/forum:
I don't think there is a limit on how big an array can be, but there is a limit on how much memory your script can use.
The 'memory_limit' directive in the php.ini configuration file holds the max amount of memory your scripts can consume. Try changing this, see if that helps.