Re: [PHP] Size of Arrays

2004-01-30 Thread Gandolf
Hi at all, > Indeed. The following script had my machine happily swapping like crazy > at 320,000 array items (each being 1k, task manager showed 640meg total > memory in use on this development machine with 512meg RAM running WinXP). > > while (@ob_end_flush()); > $data = Array(); >

[PHP] Size of Arrays

2004-01-29 Thread Gandolf
Hello NG, could anyone tell me how much is be the biggest size of an array - how many values could an array have?! I have to import 100.000 to 10.000.000 values an I have to know where the limit is. Thanks a lot, Sandro -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: ht