adrian zaharia wrote:
>>> while (!feof($oFp)) {
>>>         echo fread ($oFp, $iReadBufferSize);

Try http://php.net/flush right here.

>>> }
>>> fclose ($oFp);
>>> exit;
>>>

> See this:
> http://bugs.php.net/bug.php?id=31763&edit=2
>
> Is not a bug but they under some configurations they cache the output :(

Perhaps a flush() there will over-ride this...

-- 
Like Music?
http://l-i-e.com/artists.htm

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

Reply via email to