Re[10]: [PHP] Re: system(), flush() and so on...

2001-11-30 Thread faeton
Hello Darren, Something quick is like that? for($i = 0; $i < 10; $i++) { print $i."\n"; flush(); sleep(3); }; Yeah? There it is: www.xemi.info/flush.php DG> Then I'm not sure. Perhaps someone in-the-know will respond to your DG> question. Else, file a bug report. Your script runs fine on my

RE: Re[8]: [PHP] Re: system(), flush() and so on...

2001-11-30 Thread Darren Gamble
2001 3:57 PM To: Darren Gamble Cc: PHP General List Subject: Re[8]: [PHP] Re: system(), flush() and so on... Hello Darren, It's quick because of the fact that it's tracing a host near to my server. If you have noticed - ping from my server to login.icq.com that is being traced by defaul

Re[8]: [PHP] Re: system(), flush() and so on...

2001-11-30 Thread faeton
Hello Darren, It's quick because of the fact that it's tracing a host near to my server. If you have noticed - ping from my server to login.icq.com that is being traced by default is only 10ms. Try that: www.xemi.info/test.php?host=www.google.com or something like that I waited too long...

RE: Re[6]: [PHP] Re: system(), flush() and so on...

2001-11-30 Thread Darren Gamble
l Services Shaw Cablesystems GP 630 - 3rd Avenue SW Calgary, Alberta, Canada T2P 4L4 (403) 781-4948 -Original Message- From: faeton [mailto:[EMAIL PROTECTED]] Sent: Friday, November 30, 2001 3:32 PM To: Darren Gamble Cc: [EMAIL PROTECTED] Subject: Re[6]: [PHP] Re: system(), flush()

Re[6]: [PHP] Re: system(), flush() and so on...

2001-11-30 Thread faeton
Hello Darren, You can try it yourself : www.xemi.info/test.php What do you think? Server config: RedHat 7.1, Apache 1.3.20, PHP 4.0.6 loaded as a module. PS. I tried everything. Simply everything. DG> I am not sure what the problem is, then. I presume that you installed these DG> via RPMs, an

RE: Re[4]: [PHP] Re: system(), flush() and so on...

2001-11-30 Thread Darren Gamble
ECTED]] Sent: Friday, November 30, 2001 3:01 PM To: Darren Gamble Cc: [EMAIL PROTECTED] Subject: Re[4]: [PHP] Re: system(), flush() and so on... Hello Darren, Linux RedHat 7.1, Apache 1.3.20, PHP 4.0.6 DG> Oops, you're right. I did not read that line nor was I aware of that. DG> I just tr

Re[4]: [PHP] Re: system(), flush() and so on...

2001-11-30 Thread faeton
Hello Darren, Linux RedHat 7.1, Apache 1.3.20, PHP 4.0.6 DG> Oops, you're right. I did not read that line nor was I aware of that. DG> I just tried . It works DG> exactly as it says it should- outputs the lines as they come in. I also DG> know flush() works fine (at least for me). DG> Perhap

RE: Re[2]: [PHP] Re: system(), flush() and so on...

2001-11-30 Thread Darren Gamble
le Cc: [EMAIL PROTECTED] Subject: Re[2]: [PHP] Re: system(), flush() and so on... Hello Darren, -- manual cut The system() call also tries to automatically flush the web server's output buffer after each line of output if PHP is running as a server module. -- manual cut

Re[2]: [PHP] Re: system(), flush() and so on...

2001-11-30 Thread faeton
Hello Darren, -- manual cut The system() call also tries to automatically flush the web server's output buffer after each line of output if PHP is running as a server module. -- manual cut Hehe. The problem is not in flushing ability of system() foo, but flush() itself

RE: [PHP] Re: system(), flush() and so on...

2001-11-30 Thread Darren Gamble
Re: system(), flush() and so on... Hello Julio, Hm... I don't even know what to specify :) The exact problem is using system("traceroute host.com"), but it should've returned its results line by line, instead of executing the whole command and then outputting its result. Tha

Re: [PHP] Re: system(), flush() and so on...

2001-11-30 Thread faeton
Hello Julio, Hm... I don't even know what to specify :) The exact problem is using system("traceroute host.com"), but it should've returned its results line by line, instead of executing the whole command and then outputting its result. That is done by flush(), which is executed by system() foo

[PHP] Re: system(), flush() and so on...

2001-11-30 Thread Julio Nobrega Trabalhando
Hi, please be more specific. Including what error you are getting, what is the tools being used, and their versions. Here's a quick help for producing better questions, wich will in turn make us answer faster and with more quality: http://www.tuxedo.org/~esr/faqs/smart-questions.html PS: