Re: Sessions memory allocation problem

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

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux