ID: 20251 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Bogus +Status: Open Bug Type: Arrays related Operating System: linux 2.4.7-10enterprise #1 SMP PHP Version: 4.2.1 New Comment:
ilia said it was reproductile with any values larger than 66000 Previous Comments: ------------------------------------------------------------------------ [2002-11-04 18:50:47] [EMAIL PROTECTED] I apologize if you think this is not the appropriate place, but I had confered with a couple of other developers who experienced the same problem when this was run, so I figured it was a php bug. I'll do more research (trying it on windows, maybe) and see what I come up with. Sorry to waste your time. ------------------------------------------------------------------------ [2002-11-04 18:43:24] [EMAIL PROTECTED] Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Thank you for your interest in PHP. ------------------------------------------------------------------------ [2002-11-04 18:38:04] [EMAIL PROTECTED] I can't get values assigned to arrays inside a loop when loop repetition is high. <? $a=80000; $b=1; for($i=0; $i<$a; $i++){ $c[$i]=$b; } echo count($c); ?> Sometimes, this will run, sometimes, it won't. Cutoff of at what number $a this script works varies. Sometimes, it works when $a=70000, sometimes it won't. This is with using (8)Xeon 700-2 processors with 2GB RAM on a very busy apache/php only server. On our test machine (doing nothing) with (2) P4-1000 processors, $a= can be as high as 130000. Am I just missing something? Configure command: './configure' '--with-mysql=../mysql' '--with-apache=../apache_1.3.24' '--enable-track-vars' '--enable-mbstring' ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=20251&edit=1