RE: Converting a dos console batch file to a php shell script

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



 
As a matter of fact, I have tried that. With no success, I might add. I've
also tried the ob_implicit_flush with no success.

Jim

-----Original Message-----
From: Gryffyn, Trevor [mailto:TGryffyn@xxxxxxxxxxxxxxxxx] 
Sent: Thursday, September 02, 2004 1:24 PM
To: php-windows@xxxxxxxxxxxxx
Cc: Jim MacDiarmid
Subject: RE:  Converting a dos console batch file to a php shell
script

Silly response, but did you try the "flush()" command?  

There's also a setting in the PHP.INI:
output_buffering = Off

Also check the Output Control Functions:
http://us4.php.net/manual/en/ref.outcontrol.php

Hope this helps!

-TG

> -----Original Message-----
> From: Jim MacDiarmid [mailto:jim.macdiarmid@xxxxxxxxxxx]
> Sent: Thursday, September 02, 2004 11:31 AM
> To: php-windows@xxxxxxxxxxxxx
> Subject:  Converting a dos console batch file to a php shell 
> script
> 
> 
> 
> Hi everyone,
> 
> I've been searching for info to help me troubleshoot an issue I'm 
> having with displaying output to the console during script processing, 
> but I'm not having much luck. I'm hoping someone can shed some light 
> on this or point me in right direction.
> 
> I have a foreach construct that loops through an associative array and 
> calls a nested function. Inside the foreach loop I would like to 
> display the current array information that is being processed prior to 
> passing to the nested function call. The problem I'm running into is 
> that the output to the console window is delayed till after the 
> forloop as completed, as if it's being buffered then flushed at the 
> end.
> 
> Any ideas how I can display information as processing occurs?
> 
> Thanks in advance,
> 
> Jim
> 
> --
> PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: 
> http://www.php.net/unsub.php
> 
> 

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux