M Mark S Guest Feb 14, 2009 #1 specifically im interested in the max size of an array that will have possibly thousands of elements each with very long values.
specifically im interested in the max size of an array that will have possibly thousands of elements each with very long values.
V voltar86 Guest Feb 14, 2009 #2 I've personally never ran into problems with a variable or array of any size. The two things that may hinder your script would be the memory limit set for PHP, and the max execution time. Both can be adjusted in php.ini if needed.
I've personally never ran into problems with a variable or array of any size. The two things that may hinder your script would be the memory limit set for PHP, and the max execution time. Both can be adjusted in php.ini if needed.