Re: [PHP] Re: Long screen display cut short.

2003-06-02 Thread Floyd Baker
Thanks for the guidance guys... Going on the idea that it was indeed a problem with script, arrays, etc., I found a few things. The display was well over 9000 characters before it failed, so that 8k max thing was unlikely in this case. But it seems to have been fixed by other things done.

Re: [PHP] Re: Long screen display cut short.

2003-06-01 Thread Floyd Baker
On Sat, 31 May 2003 13:18:13 +, you wrote: what is the online-version? I mean which webserver-software in which version? Thomas Linux RH 7.3 Apache 1.3.24 mySql 3.23.55 PHP4.2.0 Also, this is an httpS connection if it makes a difference in some way. Floyd On Fri, 30 May

Re: [PHP] Re: Long screen display cut short.

2003-06-01 Thread Floyd Baker
Yes, there are a bunch of arrays in the program. This is on a DSL line... ?? Would the asynco thing be likely, or possibly even standard, with DSL? Did you come up with a workaround? Floyd On Sat, 31 May 2003 14:38:05 +0200, you wrote: On Fri, 30 May 2003 20:45:08 -0400 [EMAIL

Re: [PHP] Re: Long screen display cut short.

2003-06-01 Thread Tim Burden
] Re: Long screen display cut short. On Sat, 31 May 2003 13:18:13 +, you wrote: what is the online-version? I mean which webserver-software in which version? Thomas Linux RH 7.3 Apache 1.3.24 mySql 3.23.55 PHP4.2.0 Also, this is an httpS connection if it makes a difference

[PHP] Re: Long screen display cut short.

2003-05-31 Thread Martin Helie
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

[PHP] Re: Long screen display cut short.

2003-05-31 Thread Thomas Seifert
what is the online-version? I mean which webserver-software in which version? Thomas On Fri, 30 May 2003 20:45:08 -0400 [EMAIL PROTECTED] (Floyd Baker) wrote: 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

Re: [PHP] Re: Long screen display cut short.

2003-05-31 Thread Ernest E Vogelsinger
On Fri, 30 May 2003 20:45:08 -0400 [EMAIL PROTECTED] (Floyd Baker) wrote: [snip] 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