Well, I don't know if this might be it, but a while back, I had problems with apache + php (forget which version) and a bug in php that cause memory problems.
I was using an array to store fairly large amounts of data. What would happen is something similar to what you describe. Modifying the code to avoid using an array solved the problem. Have not had the problem since upgrading php. Martin Floyd Baker <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Hello... > > I have a routine that works fine on local win98 but when it runs on > linux online, the screen output is cut short. I have lengthened the > 30 second script time max to 45 but that made no difference at all. > > Depending on the particulars, the routine stops at a certain spot. If > it is rerun, it stops at the very same spot again. Putting in other > particulars cause it to stop at a different point, further down. It > seems that changes which affect the number of mysql calculations, make > some difference in the length of the screen display, but it's only a > minor amount. It cuts off somewhere around 4 pages. > > Any ideas please. > > Floyd > > -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php