RE: [PHP] emalloc() error being thrown {LONG} - SOLVED...Totally!

2003-06-25 Thread Jay Blanchard
[snip] Please excuse the cross-post again, but this is still dealing with how PHP and MySQL together handle memory allocation. [/snip] One final note...it came to pass this morning that we looked closely at many issues concerning this. Once of the things discovered was some "bad" RAM in the serve

RE: [PHP] emalloc() error being thrown {LONG} - SOLVED...partially

2003-06-25 Thread Jay Blanchard
[snip the problem code, comments eliminated for clarity] if (mysql_num_rows($dbnpanxx) > 0){ $npanxxcnt = 0; while($urownpanxx = mysql_fetch_object($dbnpanxx)){ fputs($npanxxfile, $urownpanxx->o_npanxx); fputs($npanxxfile, $urownpanxx->t_npanxx);

RE: [PHP] emalloc() error being thrown {LONG} - MORE

2003-06-24 Thread Jay Blanchard
[snip] I have STFW, RTFM taken a couple of SWAG's and still cannot come up with a solution. Is the opened file held in memory and therefore as it gets larger it approaches the memeory limit of the machine? Any insight would help...a BIG THANKS IN ADVANCE! [/snip] Ok, we have noticed more on the pr

[PHP] emalloc() error being thrown {LONG}

2003-06-24 Thread Jay Blanchard
Good morning! (My apologies for sending to both lists, I found emalloc() info on both PHP and MySQL that might be applicable and could not make a good call as to where this might be more appropriate) We are attempting to return a rather large file from a set of queries to MySQL via PHP. Each time